Html Css Color HEX #F0AF1F Gold Tips

📋 copy color: '#F0AF1F'

red 240 ◦ green 175 ◦ blue 31

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

Shades of Gold Tips #F0AF1F

Tints of Gold Tips #F0AF1F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.24%

 BLUE value IS 31 (12.5% from 255) = 6.95%

R = 53.81%
G = 39.24%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0AF1F (or 0xF0AF1F) is known color: Gold Tips. HEX triplet: F0, AF and 1F. RGB value is (240,175,31). Sum of RGB (Red+Green+Blue) = 240+175+31=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF1F is #0F50E0. Grayscale: #B2B2B2. Windows color (decimal): -1003745 or 2076656. OLE color: 2076656.

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

Color convert

RGB 240 175 31 -
CMYK 0 0.27 0.87 0.06
HSL 41.34º 0.87% 0.53% -
HSV(B) 41.34º 0.87% 0.94% -
XYZ 51.51 49.28 8.09 -
YUV 178.02 45.03 172.21 -
System Red Green Blue C M Y K H S L
Decimal 240 175 31 0 0.27 0.87 0.06 41.34 0.87 0.53
Hex F0 AF 1F 0 1B 57 6 29 57 35
Octal 360 257 37 0 33 127 6 51 127 65
Binary 11110000 10101111 11111 0 11011 1010111 110 101001 1010111 110101

Color Harmonies of #F0AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF1F

Black with #F0AF1F

Text Example


Text Example

White with #F0AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF1F; }

 p { color: rgb(240,175,31); }

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

background-color css

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

 a { background-color: rgb(240,175,31); }

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

border-color css

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

 span { border-color: rgb(240,175,31); }

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