Html Css Color HEX #F2B41D Moon Yellow

📋 copy color: '#F2B41D'

red 242 ◦ green 180 ◦ blue 29

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

Shades of Moon Yellow #F2B41D

Tints of Moon Yellow #F2B41D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.91%

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

R = 53.66%
G = 39.91%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2B41D (or 0xF2B41D) is known color: Moon Yellow. HEX triplet: F2, B4 and 1D. RGB value is (242,180,29). Sum of RGB (Red+Green+Blue) = 242+180+29=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 29 (11.72% from 255 or 6.43% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B41D is #0D4BE2. Grayscale: #B5B5B5. Windows color (decimal): -871395 or 1946866. OLE color: 1946866.

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

Color convert

RGB 242 180 29 -
CMYK 0 0.26 0.88 0.05
HSL 42.54º 0.89% 0.53% -
HSV(B) 42.54º 0.88% 0.95% -
XYZ 53.16 51.61 8.32 -
YUV 181.32 42.04 171.28 -
System Red Green Blue C M Y K H S L
Decimal 242 180 29 0 0.26 0.88 0.05 42.54 0.89 0.53
Hex F2 B4 1D 0 1A 58 5 2B 59 35
Octal 362 264 35 0 32 130 5 53 131 65
Binary 11110010 10110100 11101 0 11010 1011000 101 101011 1011001 110101

Color Harmonies of #F2B41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B41D

Black with #F2B41D

Text Example


Text Example

White with #F2B41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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