Html Css Color HEX #F2BA1A Moon Yellow

📋 copy color: '#F2BA1A'

red 242 ◦ green 186 ◦ blue 26

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

Shades of Moon Yellow #F2BA1A

Tints of Moon Yellow #F2BA1A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.97%

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

R = 53.3%
G = 40.97%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2BA1A (or 0xF2BA1A) is known color: Moon Yellow. HEX triplet: F2, BA and 1A. RGB value is (242,186,26). Sum of RGB (Red+Green+Blue) = 242+186+26=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 26 (10.55% from 255 or 5.73% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA1A is #0D45E5. Grayscale: #B9B9B9. Windows color (decimal): -869862 or 1751794. OLE color: 1751794.

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

Color convert

RGB 242 186 26 -
CMYK 0 0.23 0.89 0.05
HSL 44.44º 0.89% 0.53% -
HSV(B) 44.44º 0.89% 0.95% -
XYZ 54.36 54.07 8.55 -
YUV 184.5 38.55 169.01 -
System Red Green Blue C M Y K H S L
Decimal 242 186 26 0 0.23 0.89 0.05 44.44 0.89 0.53
Hex F2 BA 1A 0 17 59 5 2C 59 35
Octal 362 272 32 0 27 131 5 54 131 65
Binary 11110010 10111010 11010 0 10111 1011001 101 101100 1011001 110101

Color Harmonies of #F2BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA1A

Black with #F2BA1A

Text Example


Text Example

White with #F2BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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