Html Css Color HEX #F0662A Burnt Orange

📋 copy color: '#F0662A'

red 240 ◦ green 102 ◦ blue 42

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

Shades of Burnt Orange #F0662A

Tints of Burnt Orange #F0662A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.94%

R = 62.5%
G = 26.56%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0662A (or 0xF0662A) is known color: Burnt Orange. HEX triplet: F0, 66 and 2A. RGB value is (240,102,42). Sum of RGB (Red+Green+Blue) = 240+102+42=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0662A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0662A is #0F99D5. Grayscale: #888888. Windows color (decimal): -1022422 or 2778864. OLE color: 2778864.

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

Color convert

RGB 240 102 42 -
CMYK 0 0.58 0.82 0.06
HSL 18.18º 0.87% 0.55% -
HSV(B) 18.18º 0.83% 0.94% -
XYZ 41.1 28.2 5.47 -
YUV 136.42 74.72 201.88 -
System Red Green Blue C M Y K H S L
Decimal 240 102 42 0 0.58 0.82 0.06 18.18 0.87 0.55
Hex F0 66 2A 0 3A 52 6 12 57 37
Octal 360 146 52 0 72 122 6 22 127 67
Binary 11110000 1100110 101010 0 111010 1010010 110 10010 1010111 110111

Color Harmonies of #F0662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0662A

Black with #F0662A

Text Example


Text Example

White with #F0662A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0662A; }

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

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

background-color css

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

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

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

border-color css

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

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

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