Html Css Color HEX #F9752F Burnt Orange

📋 copy color: '#F9752F'

red 249 ◦ green 117 ◦ blue 47

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

Shades of Burnt Orange #F9752F

Tints of Burnt Orange #F9752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.38%

R = 60.29%
G = 28.33%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9752F (or 0xF9752F) is known color: Burnt Orange. HEX triplet: F9, 75 and 2F. RGB value is (249,117,47). Sum of RGB (Red+Green+Blue) = 249+117+47=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F9752F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9752F is #068AD0. Grayscale: #949494. Windows color (decimal): -428753 or 3110393. OLE color: 3110393.

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

Color convert

RGB 249 117 47 -
CMYK 0 0.53 0.81 0.02
HSL 20.79º 0.94% 0.58% -
HSV(B) 20.79º 0.81% 0.98% -
XYZ 45.94 33.07 6.65 -
YUV 148.49 70.73 199.69 -
System Red Green Blue C M Y K H S L
Decimal 249 117 47 0 0.53 0.81 0.02 20.79 0.94 0.58
Hex F9 75 2F 0 35 51 2 15 5E 3A
Octal 371 165 57 0 65 121 2 25 136 72
Binary 11111001 1110101 101111 0 110101 1010001 10 10101 1011110 111010

Color Harmonies of #F9752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9752F

Black with #F9752F

Text Example


Text Example

White with #F9752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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