Html Css Color HEX #FFBA1A Moon Yellow

📋 copy color: '#FFBA1A'

red 255 ◦ green 186 ◦ blue 26

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

Shades of Moon Yellow #FFBA1A

Tints of Moon Yellow #FFBA1A

RGB

 RED value IS 255 (100% from 255) = 54.6%

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

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

R = 54.6%
G = 39.83%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFBA1A (or 0xFFBA1A) is known color: Moon Yellow. HEX triplet: FF, BA and 1A. RGB value is (255,186,26). Sum of RGB (Red+Green+Blue) = 255+186+26=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA1A is #0045E5. Grayscale: #BDBDBD. Windows color (decimal): -17894 or 1751807. OLE color: 1751807.

HSL color Cylindrical-coordinate representation of color #FFBA1A: hue angle of 41.92º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFBA1A is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 186 26 -
CMYK 0 0.27 0.90 0
HSL 41.92º 1% 0.55% -
HSV(B) 41.92º 0.9% 1% -
XYZ 58.99 56.45 8.76 -
YUV 188.39 36.36 175.51 -
System Red Green Blue C M Y K H S L
Decimal 255 186 26 0 0.27 0.90 0 41.92 1 0.55
Hex FF BA 1A 0 1B 5A 0 2A 64 37
Octal 377 272 32 0 33 132 0 52 144 67
Binary 11111111 10111010 11010 0 11011 1011010 0 101010 1100100 110111

Color Harmonies of #FFBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA1A

Black with #FFBA1A

Text Example


Text Example

White with #FFBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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