Html Css Color HEX #F16325 Burnt Orange

📋 copy color: '#F16325'

red 241 ◦ green 99 ◦ blue 37

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

Shades of Burnt Orange #F16325

Tints of Burnt Orange #F16325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.26%

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

R = 63.93%
G = 26.26%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F16325 (or 0xF16325) is known color: Burnt Orange. HEX triplet: F1, 63 and 25. RGB value is (241,99,37). Sum of RGB (Red+Green+Blue) = 241+99+37=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F16325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16325 is #0E9CDA. Grayscale: #868686. Windows color (decimal): -957659 or 2450417. OLE color: 2450417.

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

Color convert

RGB 241 99 37 -
CMYK 0 0.59 0.85 0.05
HSL 18.24º 0.88% 0.55% -
HSV(B) 18.24º 0.85% 0.95% -
XYZ 41.07 27.76 4.94 -
YUV 134.39 73.04 204.04 -
System Red Green Blue C M Y K H S L
Decimal 241 99 37 0 0.59 0.85 0.05 18.24 0.88 0.55
Hex F1 63 25 0 3B 55 5 12 58 37
Octal 361 143 45 0 73 125 5 22 130 67
Binary 11110001 1100011 100101 0 111011 1010101 101 10010 1011000 110111

Color Harmonies of #F16325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16325

Black with #F16325

Text Example


Text Example

White with #F16325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16325; }

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

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

background-color css

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

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

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

border-color css

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

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

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