Html Css Color HEX #F27526 Pumpkin

📋 copy color: '#F27526'

red 242 ◦ green 117 ◦ blue 38

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

Shades of Pumpkin #F27526

Tints of Pumpkin #F27526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.47%

 BLUE value IS 38 (15.23% from 255) = 9.57%

R = 60.96%
G = 29.47%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F27526 (or 0xF27526) is known color: Pumpkin. HEX triplet: F2, 75 and 26. RGB value is (242,117,38). Sum of RGB (Red+Green+Blue) = 242+117+38=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F27526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27526 is #0D8AD9. Grayscale: #919191. Windows color (decimal): -887514 or 2520562. OLE color: 2520562.

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

Color convert

RGB 242 117 38 -
CMYK 0 0.52 0.84 0.05
HSL 23.24º 0.89% 0.55% -
HSV(B) 23.24º 0.84% 0.95% -
XYZ 43.33 31.74 5.68 -
YUV 145.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 242 117 38 0 0.52 0.84 0.05 23.24 0.89 0.55
Hex F2 75 26 0 34 54 5 17 59 37
Octal 362 165 46 0 64 124 5 27 131 67
Binary 11110010 1110101 100110 0 110100 1010100 101 10111 1011001 110111

Color Harmonies of #F27526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27526

Black with #F27526

Text Example


Text Example

White with #F27526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27526; }

 p { color: rgb(242,117,38); }

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

background-color css

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

 a { background-color: rgb(242,117,38); }

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

border-color css

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

 span { border-color: rgb(242,117,38); }

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