Html Css Color HEX #F0AD25 Gold Tips

📋 copy color: '#F0AD25'

red 240 ◦ green 173 ◦ blue 37

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

Shades of Gold Tips #F0AD25

Tints of Gold Tips #F0AD25

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.44%

 BLUE value IS 37 (14.84% from 255) = 8.22%

R = 53.33%
G = 38.44%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F0AD25 (or 0xF0AD25) is known color: Gold Tips. HEX triplet: F0, AD and 25. RGB value is (240,173,37). Sum of RGB (Red+Green+Blue) = 240+173+37=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD25 is #0F52DA. Grayscale: #B2B2B2. Windows color (decimal): -1004251 or 2469360. OLE color: 2469360.

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

Color convert

RGB 240 173 37 -
CMYK 0 0.28 0.85 0.06
HSL 40.2º 0.87% 0.54% -
HSV(B) 40.2º 0.85% 0.94% -
XYZ 51.21 48.55 8.42 -
YUV 177.53 48.7 172.56 -
System Red Green Blue C M Y K H S L
Decimal 240 173 37 0 0.28 0.85 0.06 40.2 0.87 0.54
Hex F0 AD 25 0 1C 55 6 28 57 36
Octal 360 255 45 0 34 125 6 50 127 66
Binary 11110000 10101101 100101 0 11100 1010101 110 101000 1010111 110110

Color Harmonies of #F0AD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD25

Black with #F0AD25

Text Example


Text Example

White with #F0AD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD25; }

 p { color: rgb(240,173,37); }

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

background-color css

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

 a { background-color: rgb(240,173,37); }

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

border-color css

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

 span { border-color: rgb(240,173,37); }

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