Html Css Color HEX #FFBA20 Moon Yellow

📋 copy color: '#FFBA20'

red 255 ◦ green 186 ◦ blue 32

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

Shades of Moon Yellow #FFBA20

Tints of Moon Yellow #FFBA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.77%

R = 53.91%
G = 39.32%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFBA20 (or 0xFFBA20) is known color: Moon Yellow. HEX triplet: FF, BA and 20. RGB value is (255,186,32). Sum of RGB (Red+Green+Blue) = 255+186+32=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA20 is #0045DF. Grayscale: #BDBDBD. Windows color (decimal): -17888 or 2145023. OLE color: 2145023.

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

Color convert

RGB 255 186 32 -
CMYK 0 0.27 0.87 0
HSL 41.43º 1% 0.56% -
HSV(B) 41.43º 0.87% 1% -
XYZ 59.06 56.48 9.16 -
YUV 189.08 39.36 175.02 -
System Red Green Blue C M Y K H S L
Decimal 255 186 32 0 0.27 0.87 0 41.43 1 0.56
Hex FF BA 20 0 1B 57 0 29 64 38
Octal 377 272 40 0 33 127 0 51 144 70
Binary 11111111 10111010 100000 0 11011 1010111 0 101001 1100100 111000

Color Harmonies of #FFBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA20

Black with #FFBA20

Text Example


Text Example

White with #FFBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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