Html Css Color HEX #F27928 Pumpkin

📋 copy color: '#F27928'

red 242 ◦ green 121 ◦ blue 40

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

Shades of Pumpkin #F27928

Tints of Pumpkin #F27928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 40 (16.02% from 255) = 9.93%

R = 60.05%
G = 30.02%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F27928 (or 0xF27928) is known color: Pumpkin. HEX triplet: F2, 79 and 28. RGB value is (242,121,40). Sum of RGB (Red+Green+Blue) = 242+121+40=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F27928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27928 is #0D86D7. Grayscale: #949494. Windows color (decimal): -886488 or 2652658. OLE color: 2652658.

HSL color Cylindrical-coordinate representation of color #F27928: hue angle of 24.06º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F27928 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 40 -
CMYK 0 0.50 0.83 0.05
HSL 24.06º 0.89% 0.55% -
HSV(B) 24.06º 0.83% 0.95% -
XYZ 43.84 32.71 6.01 -
YUV 147.95 67.09 195.09 -
System Red Green Blue C M Y K H S L
Decimal 242 121 40 0 0.50 0.83 0.05 24.06 0.89 0.55
Hex F2 79 28 0 32 53 5 18 59 37
Octal 362 171 50 0 62 123 5 30 131 67
Binary 11110010 1111001 101000 0 110010 1010011 101 11000 1011001 110111

Color Harmonies of #F27928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27928

Black with #F27928

Text Example


Text Example

White with #F27928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27928; }

 p { color: rgb(242,121,40); }

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

background-color css

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

 a { background-color: rgb(242,121,40); }

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

border-color css

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

 span { border-color: rgb(242,121,40); }

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