Html Css Color HEX #F0A600 Orange

📋 copy color: '#F0A600'

red 240 ◦ green 166 ◦ blue 0

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

Shades of Orange #F0A600

Tints of Orange #F0A600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.11%
G = 40.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0A600 (or 0xF0A600) is known color: Orange. HEX triplet: F0, A6 and 00. RGB value is (240,166,0). Sum of RGB (Red+Green+Blue) = 240+166+0=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A600 is #0F59FF. Grayscale: #A9A9A9. Windows color (decimal): -1006080 or 42736. OLE color: 42736.

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

Color convert

RGB 240 166 0 -
CMYK 0 0.31 1 0.06
HSL 41.5º 1% 0.47% -
HSV(B) 41.5º 1% 0.94% -
XYZ 49.57 45.8 6.23 -
YUV 169.2 32.52 178.5 -
System Red Green Blue C M Y K H S L
Decimal 240 166 0 0 0.31 1 0.06 41.5 1 0.47
Hex F0 A6 0 0 1F 64 6 2A 64 2F
Octal 360 246 0 0 37 144 6 52 144 57
Binary 11110000 10100110 0 0 11111 1100100 110 101010 1100100 101111

Color Harmonies of #F0A600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A600

Black with #F0A600

Text Example


Text Example

White with #F0A600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A600; }

 p { color: rgb(240,166,0); }

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

background-color css

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

 a { background-color: rgb(240,166,0); }

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

border-color css

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

 span { border-color: rgb(240,166,0); }

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