Html Css Color HEX #F2BC15 Moon Yellow

📋 copy color: '#F2BC15'

red 242 ◦ green 188 ◦ blue 21

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

Shades of Moon Yellow #F2BC15

Tints of Moon Yellow #F2BC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.66%

R = 53.66%
G = 41.69%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2BC15 (or 0xF2BC15) is known color: Moon Yellow. HEX triplet: F2, BC and 15. RGB value is (242,188,21). Sum of RGB (Red+Green+Blue) = 242+188+21=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BC15 is #0D43EA. Grayscale: #B9B9B9. Windows color (decimal): -869355 or 1424626. OLE color: 1424626.

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

Color convert

RGB 242 188 21 -
CMYK 0 0.22 0.91 0.05
HSL 45.34º 0.89% 0.52% -
HSV(B) 45.34º 0.91% 0.95% -
XYZ 54.74 54.9 8.42 -
YUV 185.11 35.39 168.58 -
System Red Green Blue C M Y K H S L
Decimal 242 188 21 0 0.22 0.91 0.05 45.34 0.89 0.52
Hex F2 BC 15 0 16 5B 5 2D 59 34
Octal 362 274 25 0 26 133 5 55 131 64
Binary 11110010 10111100 10101 0 10110 1011011 101 101101 1011001 110100

Color Harmonies of #F2BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC15

Black with #F2BC15

Text Example


Text Example

White with #F2BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC15; }

 p { color: rgb(242,188,21); }

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

background-color css

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

 a { background-color: rgb(242,188,21); }

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

border-color css

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

 span { border-color: rgb(242,188,21); }

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