Html Css Color HEX #F2BC1D Moon Yellow

📋 copy color: '#F2BC1D'

red 242 ◦ green 188 ◦ blue 29

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

Shades of Moon Yellow #F2BC1D

Tints of Moon Yellow #F2BC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.32%

R = 52.72%
G = 40.96%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2BC1D (or 0xF2BC1D) is known color: Moon Yellow. HEX triplet: F2, BC and 1D. RGB value is (242,188,29). Sum of RGB (Red+Green+Blue) = 242+188+29=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC1D is #0D43E2. Grayscale: #BABABA. Windows color (decimal): -869347 or 1948914. OLE color: 1948914.

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

Color convert

RGB 242 188 29 -
CMYK 0 0.22 0.88 0.05
HSL 44.79º 0.89% 0.53% -
HSV(B) 44.79º 0.88% 0.95% -
XYZ 54.82 54.93 8.88 -
YUV 186.02 39.39 167.93 -
System Red Green Blue C M Y K H S L
Decimal 242 188 29 0 0.22 0.88 0.05 44.79 0.89 0.53
Hex F2 BC 1D 0 16 58 5 2D 59 35
Octal 362 274 35 0 26 130 5 55 131 65
Binary 11110010 10111100 11101 0 10110 1011000 101 101101 1011001 110101

Color Harmonies of #F2BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC1D

Black with #F2BC1D

Text Example


Text Example

White with #F2BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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