Html Css Color HEX #FF7F27 Pumpkin

📋 copy color: '#FF7F27'

red 255 ◦ green 127 ◦ blue 39

#FF7F27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumpkin #FF7F27

Tints of Pumpkin #FF7F27

RGB

 RED value IS 255 (100% from 255) = 60.57%

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 39 (15.63% from 255) = 9.26%

R = 60.57%
G = 30.17%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF7F27 (or 0xFF7F27) is known color: Pumpkin. HEX triplet: FF, 7F and 27. RGB value is (255,127,39). Sum of RGB (Red+Green+Blue) = 255+127+39=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F27 is #0080D8. Grayscale: #9B9B9B. Windows color (decimal): -32985 or 2588671. OLE color: 2588671.

HSL color Cylindrical-coordinate representation of color #FF7F27: hue angle of 24.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF7F27 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 39 -
CMYK 0 0.50 0.85 0
HSL 24.44º 1% 0.58% -
HSV(B) 24.44º 0.85% 1% -
XYZ 49.2 36.59 6.39 -
YUV 155.24 62.41 199.16 -
System Red Green Blue C M Y K H S L
Decimal 255 127 39 0 0.50 0.85 0 24.44 1 0.58
Hex FF 7F 27 0 32 55 0 18 64 3A
Octal 377 177 47 0 62 125 0 30 144 72
Binary 11111111 1111111 100111 0 110010 1010101 0 11000 1100100 111010

Color Harmonies of #FF7F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F27

Black with #FF7F27

Text Example


Text Example

White with #FF7F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F27; }

 p { color: rgb(255,127,39); }

 H1.HeaderClassName
 {
   color: #FF7F27;
 }
 .AnyTagClassName
 {
   color: #FF7F27;
 }
</style>

background-color css

<style>
 a { background-color: #FF7F27; }

 a { background-color: rgb(255,127,39); }

 div.DivClassName
 {
   background-color: #FF7F27;
 }
 .BgClassName
 {
   background-color: #FF7F27;
 }
</style>

border-color css

<style>
 span { border-color: #FF7F27; }

 span { border-color: rgb(255,127,39); }

 td.TdClassName
 {
   border-color: #FF7F27;
 }
 .TagClassName
 {
   border-color: #FF7F27;
 }
</style>