Html Css Color HEX #F27D24 Pumpkin

📋 copy color: '#F27D24'

red 242 ◦ green 125 ◦ blue 36

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

Shades of Pumpkin #F27D24

Tints of Pumpkin #F27D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.93%

R = 60.05%
G = 31.02%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F27D24 (or 0xF27D24) is known color: Pumpkin. HEX triplet: F2, 7D and 24. RGB value is (242,125,36). Sum of RGB (Red+Green+Blue) = 242+125+36=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27D24 is #0D82DB. Grayscale: #969696. Windows color (decimal): -885468 or 2391538. OLE color: 2391538.

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

Color convert

RGB 242 125 36 -
CMYK 0 0.48 0.85 0.05
HSL 25.92º 0.89% 0.55% -
HSV(B) 25.92º 0.85% 0.95% -
XYZ 44.27 33.67 5.84 -
YUV 149.84 63.76 193.74 -
System Red Green Blue C M Y K H S L
Decimal 242 125 36 0 0.48 0.85 0.05 25.92 0.89 0.55
Hex F2 7D 24 0 30 55 5 1A 59 37
Octal 362 175 44 0 60 125 5 32 131 67
Binary 11110010 1111101 100100 0 110000 1010101 101 11010 1011001 110111

Color Harmonies of #F27D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27D24

Black with #F27D24

Text Example


Text Example

White with #F27D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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