Html Css Color HEX #F97F0E Pumpkin

📋 copy color: '#F97F0E'

red 249 ◦ green 127 ◦ blue 14

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

Shades of Pumpkin #F97F0E

Tints of Pumpkin #F97F0E

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

 BLUE value IS 14 (5.86% from 255) = 3.59%

R = 63.85%
G = 32.56%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F97F0E (or 0xF97F0E) is known color: Pumpkin. HEX triplet: F9, 7F and 0E. RGB value is (249,127,14). Sum of RGB (Red+Green+Blue) = 249+127+14=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97F0E is #0680F1. Grayscale: #979797. Windows color (decimal): -426226 or 950265. OLE color: 950265.

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

Color convert

RGB 249 127 14 -
CMYK 0 0.49 0.94 0.02
HSL 28.85º 0.95% 0.52% -
HSV(B) 28.85º 0.94% 0.98% -
XYZ 46.74 35.35 4.78 -
YUV 150.6 50.92 198.19 -
System Red Green Blue C M Y K H S L
Decimal 249 127 14 0 0.49 0.94 0.02 28.85 0.95 0.52
Hex F9 7F E 0 31 5E 2 1D 5F 34
Octal 371 177 16 0 61 136 2 35 137 64
Binary 11111001 1111111 1110 0 110001 1011110 10 11101 1011111 110100

Color Harmonies of #F97F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97F0E

Black with #F97F0E

Text Example


Text Example

White with #F97F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97F0E; }

 p { color: rgb(249,127,14); }

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

background-color css

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

 a { background-color: rgb(249,127,14); }

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

border-color css

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

 span { border-color: rgb(249,127,14); }

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