Html Css Color HEX #F9702D Burnt Orange

📋 copy color: '#F9702D'

red 249 ◦ green 112 ◦ blue 45

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

Shades of Burnt Orange #F9702D

Tints of Burnt Orange #F9702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

 BLUE value IS 45 (17.97% from 255) = 11.08%

R = 61.33%
G = 27.59%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9702D (or 0xF9702D) is known color: Burnt Orange. HEX triplet: F9, 70 and 2D. RGB value is (249,112,45). Sum of RGB (Red+Green+Blue) = 249+112+45=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9702D is #068FD2. Grayscale: #919191. Windows color (decimal): -430035 or 2978041. OLE color: 2978041.

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

Color convert

RGB 249 112 45 -
CMYK 0 0.55 0.82 0.02
HSL 19.71º 0.94% 0.58% -
HSV(B) 19.71º 0.82% 0.98% -
XYZ 45.33 31.92 6.25 -
YUV 145.33 71.39 201.95 -
System Red Green Blue C M Y K H S L
Decimal 249 112 45 0 0.55 0.82 0.02 19.71 0.94 0.58
Hex F9 70 2D 0 37 52 2 14 5E 3A
Octal 371 160 55 0 67 122 2 24 136 72
Binary 11111001 1110000 101101 0 110111 1010010 10 10100 1011110 111010

Color Harmonies of #F9702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9702D

Black with #F9702D

Text Example


Text Example

White with #F9702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9702D; }

 p { color: rgb(249,112,45); }

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

background-color css

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

 a { background-color: rgb(249,112,45); }

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

border-color css

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

 span { border-color: rgb(249,112,45); }

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