Html Css Color HEX #F0662F Burnt Orange

📋 copy color: '#F0662F'

red 240 ◦ green 102 ◦ blue 47

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

Shades of Burnt Orange #F0662F

Tints of Burnt Orange #F0662F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.22%

 BLUE value IS 47 (18.75% from 255) = 12.08%

R = 61.7%
G = 26.22%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0662F (or 0xF0662F) is known color: Burnt Orange. HEX triplet: F0, 66 and 2F. RGB value is (240,102,47). Sum of RGB (Red+Green+Blue) = 240+102+47=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0662F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0662F is #0F99D0. Grayscale: #898989. Windows color (decimal): -1022417 or 3106544. OLE color: 3106544.

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

Color convert

RGB 240 102 47 -
CMYK 0 0.58 0.80 0.06
HSL 17.1º 0.87% 0.56% -
HSV(B) 17.1º 0.8% 0.94% -
XYZ 41.2 28.23 5.97 -
YUV 136.99 77.22 201.47 -
System Red Green Blue C M Y K H S L
Decimal 240 102 47 0 0.58 0.80 0.06 17.1 0.87 0.56
Hex F0 66 2F 0 3A 50 6 11 57 38
Octal 360 146 57 0 72 120 6 21 127 70
Binary 11110000 1100110 101111 0 111010 1010000 110 10001 1010111 111000

Color Harmonies of #F0662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0662F

Black with #F0662F

Text Example


Text Example

White with #F0662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0662F; }

 p { color: rgb(240,102,47); }

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

background-color css

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

 a { background-color: rgb(240,102,47); }

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

border-color css

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

 span { border-color: rgb(240,102,47); }

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