Html Css Color HEX #F1693A Burnt Orange

📋 copy color: '#F1693A'

red 241 ◦ green 105 ◦ blue 58

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

Shades of Burnt Orange #F1693A

Tints of Burnt Orange #F1693A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.99%

 BLUE value IS 58 (23.05% from 255) = 14.36%

R = 59.65%
G = 25.99%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1693A (or 0xF1693A) is known color: Burnt Orange. HEX triplet: F1, 69 and 3A. RGB value is (241,105,58). Sum of RGB (Red+Green+Blue) = 241+105+58=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1693A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1693A is #0E96C5. Grayscale: #8C8C8C. Windows color (decimal): -956102 or 3828209. OLE color: 3828209.

HSL color Cylindrical-coordinate representation of color #F1693A: hue angle of 15.41º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1693A is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 105 58 -
CMYK 0 0.56 0.76 0.05
HSL 15.41º 0.87% 0.59% -
HSV(B) 15.41º 0.76% 0.95% -
XYZ 42.09 29.11 7.4 -
YUV 140.31 81.56 199.82 -
System Red Green Blue C M Y K H S L
Decimal 241 105 58 0 0.56 0.76 0.05 15.41 0.87 0.59
Hex F1 69 3A 0 38 4C 5 F 57 3B
Octal 361 151 72 0 70 114 5 17 127 73
Binary 11110001 1101001 111010 0 111000 1001100 101 1111 1010111 111011

Color Harmonies of #F1693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1693A

Black with #F1693A

Text Example


Text Example

White with #F1693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1693A; }

 p { color: rgb(241,105,58); }

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

background-color css

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

 a { background-color: rgb(241,105,58); }

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

border-color css

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

 span { border-color: rgb(241,105,58); }

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