Html Css Color HEX #F0BC22 Moon Yellow

📋 copy color: '#F0BC22'

red 240 ◦ green 188 ◦ blue 34

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

Shades of Moon Yellow #F0BC22

Tints of Moon Yellow #F0BC22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.36%

R = 51.95%
G = 40.69%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F0BC22 (or 0xF0BC22) is known color: Moon Yellow. HEX triplet: F0, BC and 22. RGB value is (240,188,34). Sum of RGB (Red+Green+Blue) = 240+188+34=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 34 (13.67% from 255 or 7.36% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BC22 is #0F43DD. Grayscale: #BABABA. Windows color (decimal): -1000414 or 2276592. OLE color: 2276592.

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

Color convert

RGB 240 188 34 -
CMYK 0 0.22 0.86 0.06
HSL 44.85º 0.87% 0.54% -
HSV(B) 44.85º 0.86% 0.94% -
XYZ 54.21 54.61 9.2 -
YUV 185.99 42.23 166.52 -
System Red Green Blue C M Y K H S L
Decimal 240 188 34 0 0.22 0.86 0.06 44.85 0.87 0.54
Hex F0 BC 22 0 16 56 6 2D 57 36
Octal 360 274 42 0 26 126 6 55 127 66
Binary 11110000 10111100 100010 0 10110 1010110 110 101101 1010111 110110

Color Harmonies of #F0BC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BC22

Black with #F0BC22

Text Example


Text Example

White with #F0BC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BC22; }

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

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

background-color css

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

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

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

border-color css

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

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

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