Html Css Color HEX #F16F30 Burnt Orange

📋 copy color: '#F16F30'

red 241 ◦ green 111 ◦ blue 48

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

Shades of Burnt Orange #F16F30

Tints of Burnt Orange #F16F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

 BLUE value IS 48 (19.14% from 255) = 12%

R = 60.25%
G = 27.75%
B = 12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F16F30 (or 0xF16F30) is known color: Burnt Orange. HEX triplet: F1, 6F and 30. RGB value is (241,111,48). Sum of RGB (Red+Green+Blue) = 241+111+48=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F30 is #0E90CF. Grayscale: #8F8F8F. Windows color (decimal): -954576 or 3174385. OLE color: 3174385.

HSL color Cylindrical-coordinate representation of color #F16F30: hue angle of 19.59º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F16F30 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 111 48 -
CMYK 0 0.54 0.80 0.05
HSL 19.59º 0.87% 0.57% -
HSV(B) 19.59º 0.8% 0.95% -
XYZ 42.49 30.28 6.4 -
YUV 142.69 74.57 198.12 -
System Red Green Blue C M Y K H S L
Decimal 241 111 48 0 0.54 0.80 0.05 19.59 0.87 0.57
Hex F1 6F 30 0 36 50 5 14 57 39
Octal 361 157 60 0 66 120 5 24 127 71
Binary 11110001 1101111 110000 0 110110 1010000 101 10100 1010111 111001

Color Harmonies of #F16F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16F30

Black with #F16F30

Text Example


Text Example

White with #F16F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16F30; }

 p { color: rgb(241,111,48); }

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

background-color css

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

 a { background-color: rgb(241,111,48); }

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

border-color css

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

 span { border-color: rgb(241,111,48); }

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