Html Css Color HEX #F1702A Burnt Orange

📋 copy color: '#F1702A'

red 241 ◦ green 112 ◦ blue 42

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

Shades of Burnt Orange #F1702A

Tints of Burnt Orange #F1702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 61.01%
G = 28.35%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1702A (or 0xF1702A) is known color: Burnt Orange. HEX triplet: F1, 70 and 2A. RGB value is (241,112,42). Sum of RGB (Red+Green+Blue) = 241+112+42=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F1702A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1702A is #0E8FD5. Grayscale: #8F8F8F. Windows color (decimal): -954326 or 2781425. OLE color: 2781425.

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

Color convert

RGB 241 112 42 -
CMYK 0 0.54 0.83 0.05
HSL 21.11º 0.88% 0.55% -
HSV(B) 21.11º 0.83% 0.95% -
XYZ 42.49 30.46 5.83 -
YUV 142.59 71.24 198.19 -
System Red Green Blue C M Y K H S L
Decimal 241 112 42 0 0.54 0.83 0.05 21.11 0.88 0.55
Hex F1 70 2A 0 36 53 5 15 58 37
Octal 361 160 52 0 66 123 5 25 130 67
Binary 11110001 1110000 101010 0 110110 1010011 101 10101 1011000 110111

Color Harmonies of #F1702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1702A

Black with #F1702A

Text Example


Text Example

White with #F1702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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