Html Css Color HEX #F96A12 Pumpkin

📋 copy color: '#F96A12'

red 249 ◦ green 106 ◦ blue 18

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

Shades of Pumpkin #F96A12

Tints of Pumpkin #F96A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.83%

R = 66.76%
G = 28.42%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F96A12 (or 0xF96A12) is known color: Pumpkin. HEX triplet: F9, 6A and 12. RGB value is (249,106,18). Sum of RGB (Red+Green+Blue) = 249+106+18=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96A12 is #0695ED. Grayscale: #8B8B8B. Windows color (decimal): -431598 or 1207033. OLE color: 1207033.

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

Color convert

RGB 249 106 18 -
CMYK 0 0.57 0.93 0.02
HSL 22.86º 0.95% 0.52% -
HSV(B) 22.86º 0.93% 0.98% -
XYZ 44.33 30.49 4.12 -
YUV 138.73 59.88 206.66 -
System Red Green Blue C M Y K H S L
Decimal 249 106 18 0 0.57 0.93 0.02 22.86 0.95 0.52
Hex F9 6A 12 0 39 5D 2 17 5F 34
Octal 371 152 22 0 71 135 2 27 137 64
Binary 11111001 1101010 10010 0 111001 1011101 10 10111 1011111 110100

Color Harmonies of #F96A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A12

Black with #F96A12

Text Example


Text Example

White with #F96A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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