Html Css Color HEX #F96C0D Pumpkin

📋 copy color: '#F96C0D'

red 249 ◦ green 108 ◦ blue 13

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

Shades of Pumpkin #F96C0D

Tints of Pumpkin #F96C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 67.3%
G = 29.19%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F96C0D (or 0xF96C0D) is known color: Pumpkin. HEX triplet: F9, 6C and 0D. RGB value is (249,108,13). Sum of RGB (Red+Green+Blue) = 249+108+13=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96C0D is #0693F2. Grayscale: #8B8B8B. Windows color (decimal): -431091 or 879865. OLE color: 879865.

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

Color convert

RGB 249 108 13 -
CMYK 0 0.57 0.95 0.02
HSL 24.15º 0.95% 0.51% -
HSV(B) 24.15º 0.95% 0.98% -
XYZ 44.5 30.89 4 -
YUV 139.33 56.71 206.22 -
System Red Green Blue C M Y K H S L
Decimal 249 108 13 0 0.57 0.95 0.02 24.15 0.95 0.51
Hex F9 6C D 0 39 5F 2 18 5F 33
Octal 371 154 15 0 71 137 2 30 137 63
Binary 11111001 1101100 1101 0 111001 1011111 10 11000 1011111 110011

Color Harmonies of #F96C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C0D

Black with #F96C0D

Text Example


Text Example

White with #F96C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C0D; }

 p { color: rgb(249,108,13); }

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

background-color css

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

 a { background-color: rgb(249,108,13); }

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

border-color css

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

 span { border-color: rgb(249,108,13); }

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