Html Css Color HEX #F96818 Pumpkin

📋 copy color: '#F96818'

red 249 ◦ green 104 ◦ blue 24

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

Shades of Pumpkin #F96818

Tints of Pumpkin #F96818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.59%

 BLUE value IS 24 (9.77% from 255) = 6.37%

R = 66.05%
G = 27.59%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F96818 (or 0xF96818) is known color: Pumpkin. HEX triplet: F9, 68 and 18. RGB value is (249,104,24). Sum of RGB (Red+Green+Blue) = 249+104+24=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F96818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96818 is #0697E7. Grayscale: #8A8A8A. Windows color (decimal): -432104 or 1599737. OLE color: 1599737.

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

Color convert

RGB 249 104 24 -
CMYK 0 0.58 0.90 0.02
HSL 21.33º 0.95% 0.54% -
HSV(B) 21.33º 0.9% 0.98% -
XYZ 44.18 30.11 4.35 -
YUV 138.24 63.54 207 -
System Red Green Blue C M Y K H S L
Decimal 249 104 24 0 0.58 0.90 0.02 21.33 0.95 0.54
Hex F9 68 18 0 3A 5A 2 15 5F 36
Octal 371 150 30 0 72 132 2 25 137 66
Binary 11111001 1101000 11000 0 111010 1011010 10 10101 1011111 110110

Color Harmonies of #F96818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96818

Black with #F96818

Text Example


Text Example

White with #F96818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96818; }

 p { color: rgb(249,104,24); }

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

background-color css

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

 a { background-color: rgb(249,104,24); }

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

border-color css

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

 span { border-color: rgb(249,104,24); }

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