Html Css Color HEX #F2BD17 Moon Yellow

📋 copy color: '#F2BD17'

red 242 ◦ green 189 ◦ blue 23

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

Shades of Moon Yellow #F2BD17

Tints of Moon Yellow #F2BD17

RGB

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

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

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

R = 53.3%
G = 41.63%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2BD17 (or 0xF2BD17) is known color: Moon Yellow. HEX triplet: F2, BD and 17. RGB value is (242,189,23). Sum of RGB (Red+Green+Blue) = 242+189+23=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 23 (9.38% from 255 or 5.07% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BD17 is #0D42E8. Grayscale: #BABABA. Windows color (decimal): -869097 or 1555954. OLE color: 1555954.

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

Color convert

RGB 242 189 23 -
CMYK 0 0.22 0.90 0.05
HSL 45.48º 0.89% 0.52% -
HSV(B) 45.48º 0.9% 0.95% -
XYZ 54.97 55.33 8.59 -
YUV 185.92 36.06 168 -
System Red Green Blue C M Y K H S L
Decimal 242 189 23 0 0.22 0.90 0.05 45.48 0.89 0.52
Hex F2 BD 17 0 16 5A 5 2D 59 34
Octal 362 275 27 0 26 132 5 55 131 64
Binary 11110010 10111101 10111 0 10110 1011010 101 101101 1011001 110100

Color Harmonies of #F2BD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BD17

Black with #F2BD17

Text Example


Text Example

White with #F2BD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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