Html Css Color HEX #F28018 Pumpkin

📋 copy color: '#F28018'

red 242 ◦ green 128 ◦ blue 24

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

Shades of Pumpkin #F28018

Tints of Pumpkin #F28018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

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

R = 61.42%
G = 32.49%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F28018 (or 0xF28018) is known color: Pumpkin. HEX triplet: F2, 80 and 18. RGB value is (242,128,24). Sum of RGB (Red+Green+Blue) = 242+128+24=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F28018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28018 is #0D7FE7. Grayscale: #969696. Windows color (decimal): -884712 or 1605874. OLE color: 1605874.

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

Color convert

RGB 242 128 24 -
CMYK 0 0.47 0.90 0.05
HSL 28.62º 0.89% 0.52% -
HSV(B) 28.62º 0.9% 0.95% -
XYZ 44.5 34.38 5.15 -
YUV 150.23 56.77 193.46 -
System Red Green Blue C M Y K H S L
Decimal 242 128 24 0 0.47 0.90 0.05 28.62 0.89 0.52
Hex F2 80 18 0 2F 5A 5 1D 59 34
Octal 362 200 30 0 57 132 5 35 131 64
Binary 11110010 10000000 11000 0 101111 1011010 101 11101 1011001 110100

Color Harmonies of #F28018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28018

Black with #F28018

Text Example


Text Example

White with #F28018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28018; }

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

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

background-color css

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

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

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

border-color css

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

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

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