Html Css Color HEX #F9742D Burnt Orange

📋 copy color: '#F9742D'

red 249 ◦ green 116 ◦ blue 45

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

Shades of Burnt Orange #F9742D

Tints of Burnt Orange #F9742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

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

R = 60.73%
G = 28.29%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9742D (or 0xF9742D) is known color: Burnt Orange. HEX triplet: F9, 74 and 2D. RGB value is (249,116,45). Sum of RGB (Red+Green+Blue) = 249+116+45=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9742D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9742D is #068BD2. Grayscale: #949494. Windows color (decimal): -429011 or 2979065. OLE color: 2979065.

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

Color convert

RGB 249 116 45 -
CMYK 0 0.53 0.82 0.02
HSL 20.88º 0.94% 0.58% -
HSV(B) 20.88º 0.82% 0.98% -
XYZ 45.79 32.82 6.4 -
YUV 147.67 70.06 200.27 -
System Red Green Blue C M Y K H S L
Decimal 249 116 45 0 0.53 0.82 0.02 20.88 0.94 0.58
Hex F9 74 2D 0 35 52 2 15 5E 3A
Octal 371 164 55 0 65 122 2 25 136 72
Binary 11111001 1110100 101101 0 110101 1010010 10 10101 1011110 111010

Color Harmonies of #F9742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9742D

Black with #F9742D

Text Example


Text Example

White with #F9742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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