Html Css Color HEX #F26B24 Pumpkin

📋 copy color: '#F26B24'

red 242 ◦ green 107 ◦ blue 36

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

Shades of Pumpkin #F26B24

Tints of Pumpkin #F26B24

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.79%

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

R = 62.86%
G = 27.79%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F26B24 (or 0xF26B24) is known color: Pumpkin. HEX triplet: F2, 6B and 24. RGB value is (242,107,36). Sum of RGB (Red+Green+Blue) = 242+107+36=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26B24 is #0D94DB. Grayscale: #8B8B8B. Windows color (decimal): -890076 or 2386930. OLE color: 2386930.

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

Color convert

RGB 242 107 36 -
CMYK 0 0.56 0.85 0.05
HSL 20.68º 0.89% 0.55% -
HSV(B) 20.68º 0.85% 0.95% -
XYZ 42.19 29.52 5.14 -
YUV 139.27 69.73 201.27 -
System Red Green Blue C M Y K H S L
Decimal 242 107 36 0 0.56 0.85 0.05 20.68 0.89 0.55
Hex F2 6B 24 0 38 55 5 15 59 37
Octal 362 153 44 0 70 125 5 25 131 67
Binary 11110010 1101011 100100 0 111000 1010101 101 10101 1011001 110111

Color Harmonies of #F26B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26B24

Black with #F26B24

Text Example


Text Example

White with #F26B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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