Html Css Color HEX #F16C2D Burnt Orange

📋 copy color: '#F16C2D'

red 241 ◦ green 108 ◦ blue 45

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

Shades of Burnt Orange #F16C2D

Tints of Burnt Orange #F16C2D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

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

R = 61.17%
G = 27.41%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F16C2D (or 0xF16C2D) is known color: Burnt Orange. HEX triplet: F1, 6C and 2D. RGB value is (241,108,45). Sum of RGB (Red+Green+Blue) = 241+108+45=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C2D is #0E93D2. Grayscale: #8C8C8C. Windows color (decimal): -955347 or 2977009. OLE color: 2977009.

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

Color convert

RGB 241 108 45 -
CMYK 0 0.55 0.81 0.05
HSL 19.29º 0.88% 0.56% -
HSV(B) 19.29º 0.81% 0.95% -
XYZ 42.11 29.62 5.98 -
YUV 140.59 74.06 199.62 -
System Red Green Blue C M Y K H S L
Decimal 241 108 45 0 0.55 0.81 0.05 19.29 0.88 0.56
Hex F1 6C 2D 0 37 51 5 13 58 38
Octal 361 154 55 0 67 121 5 23 130 70
Binary 11110001 1101100 101101 0 110111 1010001 101 10011 1011000 111000

Color Harmonies of #F16C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C2D

Black with #F16C2D

Text Example


Text Example

White with #F16C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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