Html Css Color HEX #F0AE28 Gold Tips

📋 copy color: '#F0AE28'

red 240 ◦ green 174 ◦ blue 40

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

Shades of Gold Tips #F0AE28

Tints of Gold Tips #F0AE28

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.33%

 BLUE value IS 40 (16.02% from 255) = 8.81%

R = 52.86%
G = 38.33%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F0AE28 (or 0xF0AE28) is known color: Gold Tips. HEX triplet: F0, AE and 28. RGB value is (240,174,40). Sum of RGB (Red+Green+Blue) = 240+174+40=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AE28 is #0F51D7. Grayscale: #B3B3B3. Windows color (decimal): -1003992 or 2666224. OLE color: 2666224.

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

Color convert

RGB 240 174 40 -
CMYK 0 0.28 0.83 0.06
HSL 40.2º 0.87% 0.55% -
HSV(B) 40.2º 0.83% 0.94% -
XYZ 51.45 48.95 8.74 -
YUV 178.46 49.87 171.9 -
System Red Green Blue C M Y K H S L
Decimal 240 174 40 0 0.28 0.83 0.06 40.2 0.87 0.55
Hex F0 AE 28 0 1C 53 6 28 57 37
Octal 360 256 50 0 34 123 6 50 127 67
Binary 11110000 10101110 101000 0 11100 1010011 110 101000 1010111 110111

Color Harmonies of #F0AE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AE28

Black with #F0AE28

Text Example


Text Example

White with #F0AE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AE28; }

 p { color: rgb(240,174,40); }

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

background-color css

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

 a { background-color: rgb(240,174,40); }

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

border-color css

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

 span { border-color: rgb(240,174,40); }

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