Html Css Color HEX #F2B41C Moon Yellow

📋 copy color: '#F2B41C'

red 242 ◦ green 180 ◦ blue 28

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

Shades of Moon Yellow #F2B41C

Tints of Moon Yellow #F2B41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.22%

R = 53.78%
G = 40%
B = 6.22%

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

#F2B41C (or 0xF2B41C) is known color: Moon Yellow. HEX triplet: F2, B4 and 1C. RGB value is (242,180,28). Sum of RGB (Red+Green+Blue) = 242+180+28=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B41C is #0D4BE3. Grayscale: #B5B5B5. Windows color (decimal): -871396 or 1881330. OLE color: 1881330.

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

Color convert

RGB 242 180 28 -
CMYK 0 0.26 0.88 0.05
HSL 42.62º 0.89% 0.53% -
HSV(B) 42.62º 0.88% 0.95% -
XYZ 53.15 51.6 8.26 -
YUV 181.21 41.54 171.36 -
System Red Green Blue C M Y K H S L
Decimal 242 180 28 0 0.26 0.88 0.05 42.62 0.89 0.53
Hex F2 B4 1C 0 1A 58 5 2B 59 35
Octal 362 264 34 0 32 130 5 53 131 65
Binary 11110010 10110100 11100 0 11010 1011000 101 101011 1011001 110101

Color Harmonies of #F2B41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B41C

Black with #F2B41C

Text Example


Text Example

White with #F2B41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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