Html Css Color HEX #F1752C Burnt Orange

📋 copy color: '#F1752C'

red 241 ◦ green 117 ◦ blue 44

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

Shades of Burnt Orange #F1752C

Tints of Burnt Orange #F1752C

RGB

 RED value IS 241 (94.53% from 255) = 59.95%

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

 BLUE value IS 44 (17.58% from 255) = 10.95%

R = 59.95%
G = 29.1%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1752C (or 0xF1752C) is known color: Burnt Orange. HEX triplet: F1, 75 and 2C. RGB value is (241,117,44). Sum of RGB (Red+Green+Blue) = 241+117+44=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F1752C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1752C is #0E8AD3. Grayscale: #929292. Windows color (decimal): -953044 or 2913777. OLE color: 2913777.

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

Color convert

RGB 241 117 44 -
CMYK 0 0.51 0.82 0.05
HSL 22.23º 0.88% 0.56% -
HSV(B) 22.23º 0.82% 0.95% -
XYZ 43.09 31.61 6.21 -
YUV 145.75 70.58 195.94 -
System Red Green Blue C M Y K H S L
Decimal 241 117 44 0 0.51 0.82 0.05 22.23 0.88 0.56
Hex F1 75 2C 0 33 52 5 16 58 38
Octal 361 165 54 0 63 122 5 26 130 70
Binary 11110001 1110101 101100 0 110011 1010010 101 10110 1011000 111000

Color Harmonies of #F1752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1752C

Black with #F1752C

Text Example


Text Example

White with #F1752C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1752C; }

 p { color: rgb(241,117,44); }

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

background-color css

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

 a { background-color: rgb(241,117,44); }

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

border-color css

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

 span { border-color: rgb(241,117,44); }

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