Html Css Color HEX #F0692D Burnt Orange

📋 copy color: '#F0692D'

red 240 ◦ green 105 ◦ blue 45

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

Shades of Burnt Orange #F0692D

Tints of Burnt Orange #F0692D

RGB

 RED value IS 240 (94.14% from 255) = 61.54%

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

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

R = 61.54%
G = 26.92%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0692D (or 0xF0692D) is known color: Burnt Orange. HEX triplet: F0, 69 and 2D. RGB value is (240,105,45). Sum of RGB (Red+Green+Blue) = 240+105+45=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F0692D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0692D is #0F96D2. Grayscale: #8A8A8A. Windows color (decimal): -1021651 or 2976240. OLE color: 2976240.

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

Color convert

RGB 240 105 45 -
CMYK 0 0.56 0.81 0.06
HSL 18.46º 0.87% 0.56% -
HSV(B) 18.46º 0.81% 0.94% -
XYZ 41.46 28.82 5.86 -
YUV 138.53 75.23 200.38 -
System Red Green Blue C M Y K H S L
Decimal 240 105 45 0 0.56 0.81 0.06 18.46 0.87 0.56
Hex F0 69 2D 0 38 51 6 12 57 38
Octal 360 151 55 0 70 121 6 22 127 70
Binary 11110000 1101001 101101 0 111000 1010001 110 10010 1010111 111000

Color Harmonies of #F0692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0692D

Black with #F0692D

Text Example


Text Example

White with #F0692D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0692D; }

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

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

background-color css

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

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

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

border-color css

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

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

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