Html Css Color HEX #F0BC17 Moon Yellow

📋 copy color: '#F0BC17'

red 240 ◦ green 188 ◦ blue 23

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

Shades of Moon Yellow #F0BC17

Tints of Moon Yellow #F0BC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.1%

R = 53.22%
G = 41.69%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F0BC17 (or 0xF0BC17) is known color: Moon Yellow. HEX triplet: F0, BC and 17. RGB value is (240,188,23). Sum of RGB (Red+Green+Blue) = 240+188+23=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BC17 is #0F43E8. Grayscale: #B9B9B9. Windows color (decimal): -1000425 or 1555696. OLE color: 1555696.

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

Color convert

RGB 240 188 23 -
CMYK 0 0.22 0.90 0.06
HSL 45.62º 0.88% 0.52% -
HSV(B) 45.62º 0.9% 0.94% -
XYZ 54.07 54.55 8.49 -
YUV 184.74 36.73 167.42 -
System Red Green Blue C M Y K H S L
Decimal 240 188 23 0 0.22 0.90 0.06 45.62 0.88 0.52
Hex F0 BC 17 0 16 5A 6 2E 58 34
Octal 360 274 27 0 26 132 6 56 130 64
Binary 11110000 10111100 10111 0 10110 1011010 110 101110 1011000 110100

Color Harmonies of #F0BC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BC17

Black with #F0BC17

Text Example


Text Example

White with #F0BC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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