Html Css Color HEX #F0BC11 Moon Yellow

📋 copy color: '#F0BC11'

red 240 ◦ green 188 ◦ blue 17

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

Shades of Moon Yellow #F0BC11

Tints of Moon Yellow #F0BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.25%

 BLUE value IS 17 (7.03% from 255) = 3.82%

R = 53.93%
G = 42.25%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0BC11 (or 0xF0BC11) is known color: Moon Yellow. HEX triplet: F0, BC and 11. RGB value is (240,188,17). Sum of RGB (Red+Green+Blue) = 240+188+17=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BC11 is #0F43EE. Grayscale: #B8B8B8. Windows color (decimal): -1000431 or 1162480. OLE color: 1162480.

HSL color Cylindrical-coordinate representation of color #F0BC11: hue angle of 46.01º 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 #F0BC11 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 188 17 -
CMYK 0 0.22 0.93 0.06
HSL 46.01º 0.88% 0.5% -
HSV(B) 46.01º 0.93% 0.94% -
XYZ 54.02 54.53 8.21 -
YUV 184.05 33.73 167.9 -
System Red Green Blue C M Y K H S L
Decimal 240 188 17 0 0.22 0.93 0.06 46.01 0.88 0.5
Hex F0 BC 11 0 16 5D 6 2E 58 32
Octal 360 274 21 0 26 135 6 56 130 62
Binary 11110000 10111100 10001 0 10110 1011101 110 101110 1011000 110010

Color Harmonies of #F0BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BC11

Black with #F0BC11

Text Example


Text Example

White with #F0BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BC11; }

 p { color: rgb(240,188,17); }

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

background-color css

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

 a { background-color: rgb(240,188,17); }

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

border-color css

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

 span { border-color: rgb(240,188,17); }

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