Html Css Color HEX #F1702D Burnt Orange

📋 copy color: '#F1702D'

red 241 ◦ green 112 ◦ blue 45

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

Shades of Burnt Orange #F1702D

Tints of Burnt Orange #F1702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.31%

R = 60.55%
G = 28.14%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1702D (or 0xF1702D) is known color: Burnt Orange. HEX triplet: F1, 70 and 2D. RGB value is (241,112,45). Sum of RGB (Red+Green+Blue) = 241+112+45=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1702D is #0E8FD2. Grayscale: #8F8F8F. Windows color (decimal): -954323 or 2978033. OLE color: 2978033.

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

Color convert

RGB 241 112 45 -
CMYK 0 0.54 0.81 0.05
HSL 20.51º 0.88% 0.56% -
HSV(B) 20.51º 0.81% 0.95% -
XYZ 42.54 30.48 6.12 -
YUV 142.93 72.74 197.95 -
System Red Green Blue C M Y K H S L
Decimal 241 112 45 0 0.54 0.81 0.05 20.51 0.88 0.56
Hex F1 70 2D 0 36 51 5 15 58 38
Octal 361 160 55 0 66 121 5 25 130 70
Binary 11110001 1110000 101101 0 110110 1010001 101 10101 1011000 111000

Color Harmonies of #F1702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1702D

Black with #F1702D

Text Example


Text Example

White with #F1702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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