Html Css Color HEX #F0A000 Orange Peel

📋 copy color: '#F0A000'

red 240 ◦ green 160 ◦ blue 0

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

Shades of Orange Peel #F0A000

Tints of Orange Peel #F0A000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

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

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0A000 (or 0xF0A000) is known color: Orange Peel. HEX triplet: F0, A0 and 00. RGB value is (240,160,0). Sum of RGB (Red+Green+Blue) = 240+160+0=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A000 is #0F5FFF. Grayscale: #A6A6A6. Windows color (decimal): -1007616 or 41200. OLE color: 41200.

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

Color convert

RGB 240 160 0 -
CMYK 0 0.33 1 0.06
HSL 40º 1% 0.47% -
HSV(B) 40º 1% 0.94% -
XYZ 48.51 43.67 5.87 -
YUV 165.68 34.5 181.01 -
System Red Green Blue C M Y K H S L
Decimal 240 160 0 0 0.33 1 0.06 40 1 0.47
Hex F0 A0 0 0 21 64 6 28 64 2F
Octal 360 240 0 0 41 144 6 50 144 57
Binary 11110000 10100000 0 0 100001 1100100 110 101000 1100100 101111

Color Harmonies of #F0A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A000

Black with #F0A000

Text Example


Text Example

White with #F0A000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A000; }

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

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

background-color css

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

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

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

border-color css

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

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

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