Html Css Color HEX #F27D14 Pumpkin

📋 copy color: '#F27D14'

red 242 ◦ green 125 ◦ blue 20

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

Shades of Pumpkin #F27D14

Tints of Pumpkin #F27D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

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

R = 62.53%
G = 32.3%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F27D14 (or 0xF27D14) is known color: Pumpkin. HEX triplet: F2, 7D and 14. RGB value is (242,125,20). Sum of RGB (Red+Green+Blue) = 242+125+20=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27D14 is #0D82EB. Grayscale: #949494. Windows color (decimal): -885484 or 1342962. OLE color: 1342962.

HSL color Cylindrical-coordinate representation of color #F27D14: hue angle of 28.38º 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 #F27D14 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 125 20 -
CMYK 0 0.48 0.92 0.05
HSL 28.38º 0.9% 0.51% -
HSV(B) 28.38º 0.92% 0.95% -
XYZ 44.08 33.59 4.82 -
YUV 148.01 55.76 195.04 -
System Red Green Blue C M Y K H S L
Decimal 242 125 20 0 0.48 0.92 0.05 28.38 0.9 0.51
Hex F2 7D 14 0 30 5C 5 1C 5A 33
Octal 362 175 24 0 60 134 5 34 132 63
Binary 11110010 1111101 10100 0 110000 1011100 101 11100 1011010 110011

Color Harmonies of #F27D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27D14

Black with #F27D14

Text Example


Text Example

White with #F27D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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