Html Css Color HEX #F1702C Burnt Orange

📋 copy color: '#F1702C'

red 241 ◦ green 112 ◦ blue 44

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

Shades of Burnt Orange #F1702C

Tints of Burnt Orange #F1702C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.21%

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

R = 60.71%
G = 28.21%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1702C (or 0xF1702C) is known color: Burnt Orange. HEX triplet: F1, 70 and 2C. RGB value is (241,112,44). Sum of RGB (Red+Green+Blue) = 241+112+44=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F1702C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1702C is #0E8FD3. Grayscale: #8F8F8F. Windows color (decimal): -954324 or 2912497. OLE color: 2912497.

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

Color convert

RGB 241 112 44 -
CMYK 0 0.54 0.82 0.05
HSL 20.71º 0.88% 0.56% -
HSV(B) 20.71º 0.82% 0.95% -
XYZ 42.52 30.47 6.02 -
YUV 142.82 72.24 198.03 -
System Red Green Blue C M Y K H S L
Decimal 241 112 44 0 0.54 0.82 0.05 20.71 0.88 0.56
Hex F1 70 2C 0 36 52 5 15 58 38
Octal 361 160 54 0 66 122 5 25 130 70
Binary 11110001 1110000 101100 0 110110 1010010 101 10101 1011000 111000

Color Harmonies of #F1702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1702C

Black with #F1702C

Text Example


Text Example

White with #F1702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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