Html Css Color HEX #F96B24 Pumpkin

📋 copy color: '#F96B24'

red 249 ◦ green 107 ◦ blue 36

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

Shades of Pumpkin #F96B24

Tints of Pumpkin #F96B24

RGB

 RED value IS 249 (97.66% from 255) = 63.52%

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

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

R = 63.52%
G = 27.3%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F96B24 (or 0xF96B24) is known color: Pumpkin. HEX triplet: F9, 6B and 24. RGB value is (249,107,36). Sum of RGB (Red+Green+Blue) = 249+107+36=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96B24 is #0694DB. Grayscale: #8D8D8D. Windows color (decimal): -431324 or 2386937. OLE color: 2386937.

HSL color Cylindrical-coordinate representation of color #F96B24: hue angle of 20º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F96B24 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 107 36 -
CMYK 0 0.57 0.86 0.02
HSL 20º 0.95% 0.56% -
HSV(B) 20º 0.86% 0.98% -
XYZ 44.64 30.78 5.26 -
YUV 141.36 68.54 204.77 -
System Red Green Blue C M Y K H S L
Decimal 249 107 36 0 0.57 0.86 0.02 20 0.95 0.56
Hex F9 6B 24 0 39 56 2 14 5F 38
Octal 371 153 44 0 71 126 2 24 137 70
Binary 11111001 1101011 100100 0 111001 1010110 10 10100 1011111 111000

Color Harmonies of #F96B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96B24

Black with #F96B24

Text Example


Text Example

White with #F96B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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