Html Css Color HEX #F0762D Burnt Orange

📋 copy color: '#F0762D'

red 240 ◦ green 118 ◦ blue 45

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

Shades of Burnt Orange #F0762D

Tints of Burnt Orange #F0762D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.28%

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

R = 59.55%
G = 29.28%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0762D (or 0xF0762D) is known color: Burnt Orange. HEX triplet: F0, 76 and 2D. RGB value is (240,118,45). Sum of RGB (Red+Green+Blue) = 240+118+45=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0762D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0762D is #0F89D2. Grayscale: #929292. Windows color (decimal): -1018323 or 2979568. OLE color: 2979568.

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

Color convert

RGB 240 118 45 -
CMYK 0 0.51 0.81 0.06
HSL 22.46º 0.87% 0.56% -
HSV(B) 22.46º 0.81% 0.94% -
XYZ 42.89 31.67 6.34 -
YUV 146.16 70.92 194.94 -
System Red Green Blue C M Y K H S L
Decimal 240 118 45 0 0.51 0.81 0.06 22.46 0.87 0.56
Hex F0 76 2D 0 33 51 6 16 57 38
Octal 360 166 55 0 63 121 6 26 127 70
Binary 11110000 1110110 101101 0 110011 1010001 110 10110 1010111 111000

Color Harmonies of #F0762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0762D

Black with #F0762D

Text Example


Text Example

White with #F0762D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0762D; }

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

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

background-color css

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

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

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

border-color css

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

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

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