Html Css Color HEX #F2BD24 Moon Yellow

📋 copy color: '#F2BD24'

red 242 ◦ green 189 ◦ blue 36

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

Shades of Moon Yellow #F2BD24

Tints of Moon Yellow #F2BD24

RGB

 RED value IS 242 (94.92% from 255) = 51.82%

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

 BLUE value IS 36 (14.45% from 255) = 7.71%

R = 51.82%
G = 40.47%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F2BD24 (or 0xF2BD24) is known color: Moon Yellow. HEX triplet: F2, BD and 24. RGB value is (242,189,36). Sum of RGB (Red+Green+Blue) = 242+189+36=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BD24 is #0D42DB. Grayscale: #BCBCBC. Windows color (decimal): -869084 or 2407922. OLE color: 2407922.

HSL color Cylindrical-coordinate representation of color #F2BD24: hue angle of 44.56º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2BD24 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 189 36 -
CMYK 0 0.22 0.85 0.05
HSL 44.56º 0.89% 0.55% -
HSV(B) 44.56º 0.85% 0.95% -
XYZ 55.13 55.4 9.46 -
YUV 187.41 42.56 166.94 -
System Red Green Blue C M Y K H S L
Decimal 242 189 36 0 0.22 0.85 0.05 44.56 0.89 0.55
Hex F2 BD 24 0 16 55 5 2D 59 37
Octal 362 275 44 0 26 125 5 55 131 67
Binary 11110010 10111101 100100 0 10110 1010101 101 101101 1011001 110111

Color Harmonies of #F2BD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BD24

Black with #F2BD24

Text Example


Text Example

White with #F2BD24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BD24; }

 p { color: rgb(242,189,36); }

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

background-color css

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

 a { background-color: rgb(242,189,36); }

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

border-color css

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

 span { border-color: rgb(242,189,36); }

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