Html Css Color HEX #F2752F Burnt Orange

📋 copy color: '#F2752F'

red 242 ◦ green 117 ◦ blue 47

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

Shades of Burnt Orange #F2752F

Tints of Burnt Orange #F2752F

RGB

 RED value IS 242 (94.92% from 255) = 59.61%

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

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

R = 59.61%
G = 28.82%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2752F (or 0xF2752F) is known color: Burnt Orange. HEX triplet: F2, 75 and 2F. RGB value is (242,117,47). Sum of RGB (Red+Green+Blue) = 242+117+47=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2752F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2752F is #0D8AD0. Grayscale: #929292. Windows color (decimal): -887505 or 3110386. OLE color: 3110386.

HSL color Cylindrical-coordinate representation of color #F2752F: hue angle of 21.54º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2752F is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 117 47 -
CMYK 0 0.52 0.81 0.05
HSL 21.54º 0.88% 0.57% -
HSV(B) 21.54º 0.81% 0.95% -
XYZ 43.49 31.81 6.54 -
YUV 146.4 71.91 196.19 -
System Red Green Blue C M Y K H S L
Decimal 242 117 47 0 0.52 0.81 0.05 21.54 0.88 0.57
Hex F2 75 2F 0 34 51 5 16 58 39
Octal 362 165 57 0 64 121 5 26 130 71
Binary 11110010 1110101 101111 0 110100 1010001 101 10110 1011000 111001

Color Harmonies of #F2752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2752F

Black with #F2752F

Text Example


Text Example

White with #F2752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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