Html Css Color HEX #F0B31D Gold Tips

📋 copy color: '#F0B31D'

red 240 ◦ green 179 ◦ blue 29

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

Shades of Gold Tips #F0B31D

Tints of Gold Tips #F0B31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.96%

 BLUE value IS 29 (11.72% from 255) = 6.47%

R = 53.57%
G = 39.96%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0B31D (or 0xF0B31D) is known color: Gold Tips. HEX triplet: F0, B3 and 1D. RGB value is (240,179,29). Sum of RGB (Red+Green+Blue) = 240+179+29=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B31D is #0F4CE2. Grayscale: #B4B4B4. Windows color (decimal): -1002723 or 1946608. OLE color: 1946608.

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

Color convert

RGB 240 179 29 -
CMYK 0 0.25 0.88 0.06
HSL 42.65º 0.88% 0.53% -
HSV(B) 42.65º 0.88% 0.94% -
XYZ 52.28 50.85 8.22 -
YUV 180.14 42.71 170.7 -
System Red Green Blue C M Y K H S L
Decimal 240 179 29 0 0.25 0.88 0.06 42.65 0.88 0.53
Hex F0 B3 1D 0 19 58 6 2B 58 35
Octal 360 263 35 0 31 130 6 53 130 65
Binary 11110000 10110011 11101 0 11001 1011000 110 101011 1011000 110101

Color Harmonies of #F0B31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B31D

Black with #F0B31D

Text Example


Text Example

White with #F0B31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B31D; }

 p { color: rgb(240,179,29); }

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

background-color css

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

 a { background-color: rgb(240,179,29); }

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

border-color css

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

 span { border-color: rgb(240,179,29); }

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