Html Css Color HEX #F16C25 Burnt Orange

📋 copy color: '#F16C25'

red 241 ◦ green 108 ◦ blue 37

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

Shades of Burnt Orange #F16C25

Tints of Burnt Orange #F16C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.59%

R = 62.44%
G = 27.98%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F16C25 (or 0xF16C25) is known color: Burnt Orange. HEX triplet: F1, 6C and 25. RGB value is (241,108,37). Sum of RGB (Red+Green+Blue) = 241+108+37=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C25 is #0E93DA. Grayscale: #8C8C8C. Windows color (decimal): -955355 or 2452721. OLE color: 2452721.

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

Color convert

RGB 241 108 37 -
CMYK 0 0.55 0.85 0.05
HSL 20.88º 0.88% 0.55% -
HSV(B) 20.88º 0.85% 0.95% -
XYZ 41.97 29.56 5.24 -
YUV 139.67 70.06 200.27 -
System Red Green Blue C M Y K H S L
Decimal 241 108 37 0 0.55 0.85 0.05 20.88 0.88 0.55
Hex F1 6C 25 0 37 55 5 15 58 37
Octal 361 154 45 0 67 125 5 25 130 67
Binary 11110001 1101100 100101 0 110111 1010101 101 10101 1011000 110111

Color Harmonies of #F16C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C25

Black with #F16C25

Text Example


Text Example

White with #F16C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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