Html Css Color HEX #F0682D Burnt Orange

📋 copy color: '#F0682D'

red 240 ◦ green 104 ◦ blue 45

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

Shades of Burnt Orange #F0682D

Tints of Burnt Orange #F0682D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.74%

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

R = 61.7%
G = 26.74%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0682D (or 0xF0682D) is known color: Burnt Orange. HEX triplet: F0, 68 and 2D. RGB value is (240,104,45). Sum of RGB (Red+Green+Blue) = 240+104+45=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0682D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0682D is #0F97D2. Grayscale: #8A8A8A. Windows color (decimal): -1021907 or 2975984. OLE color: 2975984.

HSL color Cylindrical-coordinate representation of color #F0682D: hue angle of 18.15º 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 #F0682D is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 104 45 -
CMYK 0 0.57 0.81 0.06
HSL 18.15º 0.87% 0.56% -
HSV(B) 18.15º 0.81% 0.94% -
XYZ 41.36 28.62 5.83 -
YUV 137.94 75.56 200.8 -
System Red Green Blue C M Y K H S L
Decimal 240 104 45 0 0.57 0.81 0.06 18.15 0.87 0.56
Hex F0 68 2D 0 39 51 6 12 57 38
Octal 360 150 55 0 71 121 6 22 127 70
Binary 11110000 1101000 101101 0 111001 1010001 110 10010 1010111 111000

Color Harmonies of #F0682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0682D

Black with #F0682D

Text Example


Text Example

White with #F0682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0682D; }

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

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

background-color css

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

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

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

border-color css

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

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

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