Html Css Color HEX #F2B51D Moon Yellow

📋 copy color: '#F2B51D'

red 242 ◦ green 181 ◦ blue 29

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

Shades of Moon Yellow #F2B51D

Tints of Moon Yellow #F2B51D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.04%

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

R = 53.54%
G = 40.04%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2B51D (or 0xF2B51D) is known color: Moon Yellow. HEX triplet: F2, B5 and 1D. RGB value is (242,181,29). Sum of RGB (Red+Green+Blue) = 242+181+29=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B51D is #0D4AE2. Grayscale: #B6B6B6. Windows color (decimal): -871139 or 1947122. OLE color: 1947122.

HSL color Cylindrical-coordinate representation of color #F2B51D: hue angle of 42.82º 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 #F2B51D is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 181 29 -
CMYK 0 0.25 0.88 0.05
HSL 42.82º 0.89% 0.53% -
HSV(B) 42.82º 0.88% 0.95% -
XYZ 53.36 52.01 8.39 -
YUV 181.91 41.71 170.86 -
System Red Green Blue C M Y K H S L
Decimal 242 181 29 0 0.25 0.88 0.05 42.82 0.89 0.53
Hex F2 B5 1D 0 19 58 5 2B 59 35
Octal 362 265 35 0 31 130 5 53 131 65
Binary 11110010 10110101 11101 0 11001 1011000 101 101011 1011001 110101

Color Harmonies of #F2B51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B51D

Black with #F2B51D

Text Example


Text Example

White with #F2B51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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