Html Css Color HEX #F8692D Burnt Orange

📋 copy color: '#F8692D'

red 248 ◦ green 105 ◦ blue 45

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

Shades of Burnt Orange #F8692D

Tints of Burnt Orange #F8692D

RGB

 RED value IS 248 (97.27% from 255) = 62.31%

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

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

R = 62.31%
G = 26.38%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8692D (or 0xF8692D) is known color: Burnt Orange. HEX triplet: F8, 69 and 2D. RGB value is (248,105,45). Sum of RGB (Red+Green+Blue) = 248+105+45=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F8692D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8692D is #0796D2. Grayscale: #8D8D8D. Windows color (decimal): -497363 or 2976248. OLE color: 2976248.

HSL color Cylindrical-coordinate representation of color #F8692D: hue angle of 17.73º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8692D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 105 45 -
CMYK 0 0.58 0.82 0.03
HSL 17.73º 0.94% 0.57% -
HSV(B) 17.73º 0.82% 0.97% -
XYZ 44.24 30.25 5.99 -
YUV 140.92 73.88 204.38 -
System Red Green Blue C M Y K H S L
Decimal 248 105 45 0 0.58 0.82 0.03 17.73 0.94 0.57
Hex F8 69 2D 0 3A 52 3 12 5E 39
Octal 370 151 55 0 72 122 3 22 136 71
Binary 11111000 1101001 101101 0 111010 1010010 11 10010 1011110 111001

Color Harmonies of #F8692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8692D

Black with #F8692D

Text Example


Text Example

White with #F8692D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8692D; }

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

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

background-color css

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

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

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

border-color css

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

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

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