Html Css Color HEX #F1692D Burnt Orange

📋 copy color: '#F1692D'

red 241 ◦ green 105 ◦ blue 45

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

Shades of Burnt Orange #F1692D

Tints of Burnt Orange #F1692D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.51%

R = 61.64%
G = 26.85%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1692D (or 0xF1692D) is known color: Burnt Orange. HEX triplet: F1, 69 and 2D. RGB value is (241,105,45). Sum of RGB (Red+Green+Blue) = 241+105+45=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F1692D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1692D is #0E96D2. Grayscale: #8B8B8B. Windows color (decimal): -956115 or 2976241. OLE color: 2976241.

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

Color convert

RGB 241 105 45 -
CMYK 0 0.56 0.81 0.05
HSL 18.37º 0.88% 0.56% -
HSV(B) 18.37º 0.81% 0.95% -
XYZ 41.8 28.99 5.88 -
YUV 138.82 75.06 200.88 -
System Red Green Blue C M Y K H S L
Decimal 241 105 45 0 0.56 0.81 0.05 18.37 0.88 0.56
Hex F1 69 2D 0 38 51 5 12 58 38
Octal 361 151 55 0 70 121 5 22 130 70
Binary 11110001 1101001 101101 0 111000 1010001 101 10010 1011000 111000

Color Harmonies of #F1692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1692D

Black with #F1692D

Text Example


Text Example

White with #F1692D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1692D; }

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

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

background-color css

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

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

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

border-color css

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

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

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