Html Css Color HEX #F96B19 Pumpkin

📋 copy color: '#F96B19'

red 249 ◦ green 107 ◦ blue 25

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

Shades of Pumpkin #F96B19

Tints of Pumpkin #F96B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.56%

R = 65.35%
G = 28.08%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F96B19 (or 0xF96B19) is known color: Pumpkin. HEX triplet: F9, 6B and 19. RGB value is (249,107,25). Sum of RGB (Red+Green+Blue) = 249+107+25=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96B19 is #0694E6. Grayscale: #8C8C8C. Windows color (decimal): -431335 or 1666041. OLE color: 1666041.

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

Color convert

RGB 249 107 25 -
CMYK 0 0.57 0.90 0.02
HSL 21.96º 0.95% 0.54% -
HSV(B) 21.96º 0.9% 0.98% -
XYZ 44.5 30.73 4.5 -
YUV 140.11 63.04 205.67 -
System Red Green Blue C M Y K H S L
Decimal 249 107 25 0 0.57 0.90 0.02 21.96 0.95 0.54
Hex F9 6B 19 0 39 5A 2 16 5F 36
Octal 371 153 31 0 71 132 2 26 137 66
Binary 11111001 1101011 11001 0 111001 1011010 10 10110 1011111 110110

Color Harmonies of #F96B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96B19

Black with #F96B19

Text Example


Text Example

White with #F96B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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