Html Css Color HEX #F27714 Pumpkin

📋 copy color: '#F27714'

red 242 ◦ green 119 ◦ blue 20

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

Shades of Pumpkin #F27714

Tints of Pumpkin #F27714

RGB

 RED value IS 242 (94.92% from 255) = 63.52%

 GREEN value IS 119 (46.88% from 255) = 31.23%

 BLUE value IS 20 (8.2% from 255) = 5.25%

R = 63.52%
G = 31.23%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F27714 (or 0xF27714) is known color: Pumpkin. HEX triplet: F2, 77 and 14. RGB value is (242,119,20). Sum of RGB (Red+Green+Blue) = 242+119+20=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F27714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27714 is #0D88EB. Grayscale: #919191. Windows color (decimal): -887020 or 1341426. OLE color: 1341426.

HSL color Cylindrical-coordinate representation of color #F27714: hue angle of 26.76º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F27714 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 119 20 -
CMYK 0 0.51 0.92 0.05
HSL 26.76º 0.9% 0.51% -
HSV(B) 26.76º 0.92% 0.95% -
XYZ 43.34 32.12 4.58 -
YUV 144.49 57.75 197.55 -
System Red Green Blue C M Y K H S L
Decimal 242 119 20 0 0.51 0.92 0.05 26.76 0.9 0.51
Hex F2 77 14 0 33 5C 5 1B 5A 33
Octal 362 167 24 0 63 134 5 33 132 63
Binary 11110010 1110111 10100 0 110011 1011100 101 11011 1011010 110011

Color Harmonies of #F27714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27714

Black with #F27714

Text Example


Text Example

White with #F27714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27714; }

 p { color: rgb(242,119,20); }

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

background-color css

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

 a { background-color: rgb(242,119,20); }

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

border-color css

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

 span { border-color: rgb(242,119,20); }

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