Html Css Color HEX #F96A1B Pumpkin

📋 copy color: '#F96A1B'

red 249 ◦ green 106 ◦ blue 27

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

Shades of Pumpkin #F96A1B

Tints of Pumpkin #F96A1B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.75%

 BLUE value IS 27 (10.94% from 255) = 7.07%

R = 65.18%
G = 27.75%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F96A1B (or 0xF96A1B) is known color: Pumpkin. HEX triplet: F9, 6A and 1B. RGB value is (249,106,27). Sum of RGB (Red+Green+Blue) = 249+106+27=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96A1B is #0695E4. Grayscale: #8C8C8C. Windows color (decimal): -431589 or 1796857. OLE color: 1796857.

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

Color convert

RGB 249 106 27 -
CMYK 0 0.57 0.89 0.02
HSL 21.35º 0.95% 0.54% -
HSV(B) 21.35º 0.89% 0.98% -
XYZ 44.42 30.53 4.59 -
YUV 139.75 64.38 205.92 -
System Red Green Blue C M Y K H S L
Decimal 249 106 27 0 0.57 0.89 0.02 21.35 0.95 0.54
Hex F9 6A 1B 0 39 59 2 15 5F 36
Octal 371 152 33 0 71 131 2 25 137 66
Binary 11111001 1101010 11011 0 111001 1011001 10 10101 1011111 110110

Color Harmonies of #F96A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A1B

Black with #F96A1B

Text Example


Text Example

White with #F96A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A1B; }

 p { color: rgb(249,106,27); }

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

background-color css

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

 a { background-color: rgb(249,106,27); }

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

border-color css

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

 span { border-color: rgb(249,106,27); }

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