Html Css Color HEX #F9742B Burnt Orange

📋 copy color: '#F9742B'

red 249 ◦ green 116 ◦ blue 43

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

Shades of Burnt Orange #F9742B

Tints of Burnt Orange #F9742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.54%

R = 61.03%
G = 28.43%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9742B (or 0xF9742B) is known color: Burnt Orange. HEX triplet: F9, 74 and 2B. RGB value is (249,116,43). Sum of RGB (Red+Green+Blue) = 249+116+43=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9742B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9742B is #068BD4. Grayscale: #939393. Windows color (decimal): -429013 or 2847993. OLE color: 2847993.

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

Color convert

RGB 249 116 43 -
CMYK 0 0.53 0.83 0.02
HSL 21.26º 0.94% 0.57% -
HSV(B) 21.26º 0.83% 0.98% -
XYZ 45.75 32.8 6.21 -
YUV 147.45 69.06 200.44 -
System Red Green Blue C M Y K H S L
Decimal 249 116 43 0 0.53 0.83 0.02 21.26 0.94 0.57
Hex F9 74 2B 0 35 53 2 15 5E 39
Octal 371 164 53 0 65 123 2 25 136 71
Binary 11111001 1110100 101011 0 110101 1010011 10 10101 1011110 111001

Color Harmonies of #F9742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9742B

Black with #F9742B

Text Example


Text Example

White with #F9742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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