Html Css Color HEX #F96712 Pumpkin

📋 copy color: '#F96712'

red 249 ◦ green 103 ◦ blue 18

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

Shades of Pumpkin #F96712

Tints of Pumpkin #F96712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

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

R = 67.3%
G = 27.84%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F96712 (or 0xF96712) is known color: Pumpkin. HEX triplet: F9, 67 and 12. RGB value is (249,103,18). Sum of RGB (Red+Green+Blue) = 249+103+18=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F96712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96712 is #0698ED. Grayscale: #898989. Windows color (decimal): -432366 or 1206265. OLE color: 1206265.

HSL color Cylindrical-coordinate representation of color #F96712: hue angle of 22.08º 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 #F96712 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 103 18 -
CMYK 0 0.59 0.93 0.02
HSL 22.08º 0.95% 0.52% -
HSV(B) 22.08º 0.93% 0.98% -
XYZ 44.03 29.88 4.02 -
YUV 136.96 60.87 207.91 -
System Red Green Blue C M Y K H S L
Decimal 249 103 18 0 0.59 0.93 0.02 22.08 0.95 0.52
Hex F9 67 12 0 3B 5D 2 16 5F 34
Octal 371 147 22 0 73 135 2 26 137 64
Binary 11111001 1100111 10010 0 111011 1011101 10 10110 1011111 110100

Color Harmonies of #F96712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96712

Black with #F96712

Text Example


Text Example

White with #F96712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96712; }

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

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

background-color css

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

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

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

border-color css

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

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

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