Html Css Color HEX #F17230 Burnt Orange

📋 copy color: '#F17230'

red 241 ◦ green 114 ◦ blue 48

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

Shades of Burnt Orange #F17230

Tints of Burnt Orange #F17230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.29%

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

R = 59.8%
G = 28.29%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F17230 (or 0xF17230) is known color: Burnt Orange. HEX triplet: F1, 72 and 30. RGB value is (241,114,48). Sum of RGB (Red+Green+Blue) = 241+114+48=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F17230 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17230 is #0E8DCF. Grayscale: #909090. Windows color (decimal): -953808 or 3175153. OLE color: 3175153.

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

Color convert

RGB 241 114 48 -
CMYK 0 0.53 0.80 0.05
HSL 20.52º 0.87% 0.57% -
HSV(B) 20.52º 0.8% 0.95% -
XYZ 42.83 30.95 6.51 -
YUV 144.45 73.58 196.87 -
System Red Green Blue C M Y K H S L
Decimal 241 114 48 0 0.53 0.80 0.05 20.52 0.87 0.57
Hex F1 72 30 0 35 50 5 15 57 39
Octal 361 162 60 0 65 120 5 25 127 71
Binary 11110001 1110010 110000 0 110101 1010000 101 10101 1010111 111001

Color Harmonies of #F17230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17230

Black with #F17230

Text Example


Text Example

White with #F17230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17230; }

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

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

background-color css

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

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

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

border-color css

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

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

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