Html Css Color HEX #F2BD23 Moon Yellow

📋 copy color: '#F2BD23'

red 242 ◦ green 189 ◦ blue 35

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

Shades of Moon Yellow #F2BD23

Tints of Moon Yellow #F2BD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.51%

R = 51.93%
G = 40.56%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F2BD23 (or 0xF2BD23) is known color: Moon Yellow. HEX triplet: F2, BD and 23. RGB value is (242,189,35). Sum of RGB (Red+Green+Blue) = 242+189+35=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 35 (14.06% from 255 or 7.51% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BD23 is #0D42DC. Grayscale: #BBBBBB. Windows color (decimal): -869085 or 2342386. OLE color: 2342386.

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

Color convert

RGB 242 189 35 -
CMYK 0 0.22 0.86 0.05
HSL 44.64º 0.89% 0.54% -
HSV(B) 44.64º 0.86% 0.95% -
XYZ 55.12 55.39 9.38 -
YUV 187.29 42.06 167.02 -
System Red Green Blue C M Y K H S L
Decimal 242 189 35 0 0.22 0.86 0.05 44.64 0.89 0.54
Hex F2 BD 23 0 16 56 5 2D 59 36
Octal 362 275 43 0 26 126 5 55 131 66
Binary 11110010 10111101 100011 0 10110 1010110 101 101101 1011001 110110

Color Harmonies of #F2BD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BD23

Black with #F2BD23

Text Example


Text Example

White with #F2BD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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