Html Css Color HEX #F2B81A Moon Yellow

📋 copy color: '#F2B81A'

red 242 ◦ green 184 ◦ blue 26

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

Shades of Moon Yellow #F2B81A

Tints of Moon Yellow #F2B81A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.71%

 BLUE value IS 26 (10.55% from 255) = 5.75%

R = 53.54%
G = 40.71%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2B81A (or 0xF2B81A) is known color: Moon Yellow. HEX triplet: F2, B8 and 1A. RGB value is (242,184,26). Sum of RGB (Red+Green+Blue) = 242+184+26=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 26 (10.55% from 255 or 5.75% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B81A is #0D47E5. Grayscale: #B8B8B8. Windows color (decimal): -870374 or 1751282. OLE color: 1751282.

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

Color convert

RGB 242 184 26 -
CMYK 0 0.24 0.89 0.05
HSL 43.89º 0.89% 0.53% -
HSV(B) 43.89º 0.89% 0.95% -
XYZ 53.94 53.23 8.41 -
YUV 183.33 39.22 169.85 -
System Red Green Blue C M Y K H S L
Decimal 242 184 26 0 0.24 0.89 0.05 43.89 0.89 0.53
Hex F2 B8 1A 0 18 59 5 2C 59 35
Octal 362 270 32 0 30 131 5 54 131 65
Binary 11110010 10111000 11010 0 11000 1011001 101 101100 1011001 110101

Color Harmonies of #F2B81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B81A

Black with #F2B81A

Text Example


Text Example

White with #F2B81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B81A; }

 p { color: rgb(242,184,26); }

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

background-color css

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

 a { background-color: rgb(242,184,26); }

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

border-color css

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

 span { border-color: rgb(242,184,26); }

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