Html Css Color HEX #F27E18 Pumpkin

📋 copy color: '#F27E18'

red 242 ◦ green 126 ◦ blue 24

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

Shades of Pumpkin #F27E18

Tints of Pumpkin #F27E18

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.14%

 BLUE value IS 24 (9.77% from 255) = 6.12%

R = 61.73%
G = 32.14%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F27E18 (or 0xF27E18) is known color: Pumpkin. HEX triplet: F2, 7E and 18. RGB value is (242,126,24). Sum of RGB (Red+Green+Blue) = 242+126+24=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27E18 is #0D81E7. Grayscale: #959595. Windows color (decimal): -885224 or 1605362. OLE color: 1605362.

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

Color convert

RGB 242 126 24 -
CMYK 0 0.48 0.90 0.05
HSL 28.07º 0.89% 0.52% -
HSV(B) 28.07º 0.9% 0.95% -
XYZ 44.24 33.86 5.07 -
YUV 149.06 57.43 194.29 -
System Red Green Blue C M Y K H S L
Decimal 242 126 24 0 0.48 0.90 0.05 28.07 0.89 0.52
Hex F2 7E 18 0 30 5A 5 1C 59 34
Octal 362 176 30 0 60 132 5 34 131 64
Binary 11110010 1111110 11000 0 110000 1011010 101 11100 1011001 110100

Color Harmonies of #F27E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27E18

Black with #F27E18

Text Example


Text Example

White with #F27E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27E18; }

 p { color: rgb(242,126,24); }

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

background-color css

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

 a { background-color: rgb(242,126,24); }

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

border-color css

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

 span { border-color: rgb(242,126,24); }

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