Html Css Color HEX #F97C0C Pumpkin

📋 copy color: '#F97C0C'

red 249 ◦ green 124 ◦ blue 12

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

Shades of Pumpkin #F97C0C

Tints of Pumpkin #F97C0C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

 BLUE value IS 12 (5.08% from 255) = 3.12%

R = 64.68%
G = 32.21%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F97C0C (or 0xF97C0C) is known color: Pumpkin. HEX triplet: F9, 7C and 0C. RGB value is (249,124,12). Sum of RGB (Red+Green+Blue) = 249+124+12=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97C0C is #0683F3. Grayscale: #959595. Windows color (decimal): -426996 or 818425. OLE color: 818425.

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

Color convert

RGB 249 124 12 -
CMYK 0 0.50 0.95 0.02
HSL 28.35º 0.95% 0.51% -
HSV(B) 28.35º 0.95% 0.98% -
XYZ 46.34 34.58 4.58 -
YUV 148.61 50.91 199.61 -
System Red Green Blue C M Y K H S L
Decimal 249 124 12 0 0.50 0.95 0.02 28.35 0.95 0.51
Hex F9 7C C 0 32 5F 2 1C 5F 33
Octal 371 174 14 0 62 137 2 34 137 63
Binary 11111001 1111100 1100 0 110010 1011111 10 11100 1011111 110011

Color Harmonies of #F97C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C0C

Black with #F97C0C

Text Example


Text Example

White with #F97C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C0C; }

 p { color: rgb(249,124,12); }

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

background-color css

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

 a { background-color: rgb(249,124,12); }

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

border-color css

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

 span { border-color: rgb(249,124,12); }

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