Html Css Color HEX #F0BD10 Moon Yellow

📋 copy color: '#F0BD10'

red 240 ◦ green 189 ◦ blue 16

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

Shades of Moon Yellow #F0BD10

Tints of Moon Yellow #F0BD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.47%

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 53.93%
G = 42.47%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0BD10 (or 0xF0BD10) is known color: Moon Yellow. HEX triplet: F0, BD and 10. RGB value is (240,189,16). Sum of RGB (Red+Green+Blue) = 240+189+16=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BD10 is #0F42EF. Grayscale: #B9B9B9. Windows color (decimal): -1000176 or 1097200. OLE color: 1097200.

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

Color convert

RGB 240 189 16 -
CMYK 0 0.21 0.93 0.06
HSL 46.34º 0.88% 0.5% -
HSV(B) 46.34º 0.93% 0.94% -
XYZ 54.23 54.96 8.24 -
YUV 184.53 32.9 167.57 -
System Red Green Blue C M Y K H S L
Decimal 240 189 16 0 0.21 0.93 0.06 46.34 0.88 0.5
Hex F0 BD 10 0 15 5D 6 2E 58 32
Octal 360 275 20 0 25 135 6 56 130 62
Binary 11110000 10111101 10000 0 10101 1011101 110 101110 1011000 110010

Color Harmonies of #F0BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BD10

Black with #F0BD10

Text Example


Text Example

White with #F0BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BD10; }

 p { color: rgb(240,189,16); }

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

background-color css

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

 a { background-color: rgb(240,189,16); }

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

border-color css

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

 span { border-color: rgb(240,189,16); }

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