Html Css Color HEX #F1702F Burnt Orange

📋 copy color: '#F1702F'

red 241 ◦ green 112 ◦ blue 47

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

Shades of Burnt Orange #F1702F

Tints of Burnt Orange #F1702F

RGB

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

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

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

R = 60.25%
G = 28%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1702F (or 0xF1702F) is known color: Burnt Orange. HEX triplet: F1, 70 and 2F. RGB value is (241,112,47). Sum of RGB (Red+Green+Blue) = 241+112+47=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1702F is #0E8FD0. Grayscale: #8F8F8F. Windows color (decimal): -954321 or 3109105. OLE color: 3109105.

HSL color Cylindrical-coordinate representation of color #F1702F: hue angle of 20.1º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1702F is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 112 47 -
CMYK 0 0.54 0.80 0.05
HSL 20.1º 0.87% 0.56% -
HSV(B) 20.1º 0.8% 0.95% -
XYZ 42.58 30.49 6.33 -
YUV 143.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 241 112 47 0 0.54 0.80 0.05 20.1 0.87 0.56
Hex F1 70 2F 0 36 50 5 14 57 38
Octal 361 160 57 0 66 120 5 24 127 70
Binary 11110001 1110000 101111 0 110110 1010000 101 10100 1010111 111000

Color Harmonies of #F1702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1702F

Black with #F1702F

Text Example


Text Example

White with #F1702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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