Html Css Color HEX #F16628 Burnt Orange

📋 copy color: '#F16628'

red 241 ◦ green 102 ◦ blue 40

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

Shades of Burnt Orange #F16628

Tints of Burnt Orange #F16628

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.63%

 BLUE value IS 40 (16.02% from 255) = 10.44%

R = 62.92%
G = 26.63%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F16628 (or 0xF16628) is known color: Burnt Orange. HEX triplet: F1, 66 and 28. RGB value is (241,102,40). Sum of RGB (Red+Green+Blue) = 241+102+40=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F16628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16628 is #0E99D7. Grayscale: #888888. Windows color (decimal): -956888 or 2647793. OLE color: 2647793.

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

Color convert

RGB 241 102 40 -
CMYK 0 0.58 0.83 0.05
HSL 18.51º 0.88% 0.55% -
HSV(B) 18.51º 0.83% 0.95% -
XYZ 41.41 28.36 5.3 -
YUV 136.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 241 102 40 0 0.58 0.83 0.05 18.51 0.88 0.55
Hex F1 66 28 0 3A 53 5 13 58 37
Octal 361 146 50 0 72 123 5 23 130 67
Binary 11110001 1100110 101000 0 111010 1010011 101 10011 1011000 110111

Color Harmonies of #F16628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16628

Black with #F16628

Text Example


Text Example

White with #F16628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16628; }

 p { color: rgb(241,102,40); }

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

background-color css

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

 a { background-color: rgb(241,102,40); }

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

border-color css

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

 span { border-color: rgb(241,102,40); }

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