Html Css Color HEX #F0AD27 Gold Tips

📋 copy color: '#F0AD27'

red 240 ◦ green 173 ◦ blue 39

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

Shades of Gold Tips #F0AD27

Tints of Gold Tips #F0AD27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.63%

R = 53.1%
G = 38.27%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F0AD27 (or 0xF0AD27) is known color: Gold Tips. HEX triplet: F0, AD and 27. RGB value is (240,173,39). Sum of RGB (Red+Green+Blue) = 240+173+39=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD27 is #0F52D8. Grayscale: #B2B2B2. Windows color (decimal): -1004249 or 2600432. OLE color: 2600432.

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

Color convert

RGB 240 173 39 -
CMYK 0 0.28 0.84 0.06
HSL 40º 0.87% 0.55% -
HSV(B) 40º 0.84% 0.94% -
XYZ 51.24 48.56 8.59 -
YUV 177.76 49.7 172.4 -
System Red Green Blue C M Y K H S L
Decimal 240 173 39 0 0.28 0.84 0.06 40 0.87 0.55
Hex F0 AD 27 0 1C 54 6 28 57 37
Octal 360 255 47 0 34 124 6 50 127 67
Binary 11110000 10101101 100111 0 11100 1010100 110 101000 1010111 110111

Color Harmonies of #F0AD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD27

Black with #F0AD27

Text Example


Text Example

White with #F0AD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD27; }

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

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

background-color css

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

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

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

border-color css

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

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

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