Html Css Color HEX #F9752D Burnt Orange

📋 copy color: '#F9752D'

red 249 ◦ green 117 ◦ blue 45

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

Shades of Burnt Orange #F9752D

Tints of Burnt Orange #F9752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.47%

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

R = 60.58%
G = 28.47%
B = 10.95%

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

#F9752D (or 0xF9752D) is known color: Burnt Orange. HEX triplet: F9, 75 and 2D. RGB value is (249,117,45). Sum of RGB (Red+Green+Blue) = 249+117+45=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F9752D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9752D is #068AD2. Grayscale: #949494. Windows color (decimal): -428755 or 2979321. OLE color: 2979321.

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

Color convert

RGB 249 117 45 -
CMYK 0 0.53 0.82 0.02
HSL 21.18º 0.94% 0.58% -
HSV(B) 21.18º 0.82% 0.98% -
XYZ 45.9 33.05 6.44 -
YUV 148.26 69.73 199.85 -
System Red Green Blue C M Y K H S L
Decimal 249 117 45 0 0.53 0.82 0.02 21.18 0.94 0.58
Hex F9 75 2D 0 35 52 2 15 5E 3A
Octal 371 165 55 0 65 122 2 25 136 72
Binary 11111001 1110101 101101 0 110101 1010010 10 10101 1011110 111010

Color Harmonies of #F9752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9752D

Black with #F9752D

Text Example


Text Example

White with #F9752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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