Html Css Color HEX #F1652B Burnt Orange

📋 copy color: '#F1652B'

red 241 ◦ green 101 ◦ blue 43

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

Shades of Burnt Orange #F1652B

Tints of Burnt Orange #F1652B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

 BLUE value IS 43 (17.19% from 255) = 11.17%

R = 62.6%
G = 26.23%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1652B (or 0xF1652B) is known color: Burnt Orange. HEX triplet: F1, 65 and 2B. RGB value is (241,101,43). Sum of RGB (Red+Green+Blue) = 241+101+43=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1652B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1652B is #0E9AD4. Grayscale: #888888. Windows color (decimal): -957141 or 2844145. OLE color: 2844145.

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

Color convert

RGB 241 101 43 -
CMYK 0 0.58 0.82 0.05
HSL 17.58º 0.88% 0.56% -
HSV(B) 17.58º 0.82% 0.95% -
XYZ 41.37 28.18 5.55 -
YUV 136.25 75.38 202.72 -
System Red Green Blue C M Y K H S L
Decimal 241 101 43 0 0.58 0.82 0.05 17.58 0.88 0.56
Hex F1 65 2B 0 3A 52 5 12 58 38
Octal 361 145 53 0 72 122 5 22 130 70
Binary 11110001 1100101 101011 0 111010 1010010 101 10010 1011000 111000

Color Harmonies of #F1652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1652B

Black with #F1652B

Text Example


Text Example

White with #F1652B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1652B; }

 p { color: rgb(241,101,43); }

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

background-color css

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

 a { background-color: rgb(241,101,43); }

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

border-color css

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

 span { border-color: rgb(241,101,43); }

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