Html Css Color HEX #F97B0E Pumpkin

📋 copy color: '#F97B0E'

red 249 ◦ green 123 ◦ blue 14

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

Shades of Pumpkin #F97B0E

Tints of Pumpkin #F97B0E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.87%

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

R = 64.51%
G = 31.87%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F97B0E (or 0xF97B0E) is known color: Pumpkin. HEX triplet: F9, 7B and 0E. RGB value is (249,123,14). Sum of RGB (Red+Green+Blue) = 249+123+14=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97B0E is #0684F1. Grayscale: #949494. Windows color (decimal): -427250 or 949241. OLE color: 949241.

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

Color convert

RGB 249 123 14 -
CMYK 0 0.51 0.94 0.02
HSL 27.83º 0.95% 0.52% -
HSV(B) 27.83º 0.94% 0.98% -
XYZ 46.23 34.34 4.61 -
YUV 148.25 52.24 199.86 -
System Red Green Blue C M Y K H S L
Decimal 249 123 14 0 0.51 0.94 0.02 27.83 0.95 0.52
Hex F9 7B E 0 33 5E 2 1C 5F 34
Octal 371 173 16 0 63 136 2 34 137 64
Binary 11111001 1111011 1110 0 110011 1011110 10 11100 1011111 110100

Color Harmonies of #F97B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97B0E

Black with #F97B0E

Text Example


Text Example

White with #F97B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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