Html Css Color HEX #FFBA1F Moon Yellow

📋 copy color: '#FFBA1F'

red 255 ◦ green 186 ◦ blue 31

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

Shades of Moon Yellow #FFBA1F

Tints of Moon Yellow #FFBA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.57%

R = 54.03%
G = 39.41%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFBA1F (or 0xFFBA1F) is known color: Moon Yellow. HEX triplet: FF, BA and 1F. RGB value is (255,186,31). Sum of RGB (Red+Green+Blue) = 255+186+31=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 31 (12.5% from 255 or 6.57% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA1F is #0045E0. Grayscale: #BDBDBD. Windows color (decimal): -17889 or 2079487. OLE color: 2079487.

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

Color convert

RGB 255 186 31 -
CMYK 0 0.27 0.88 0
HSL 41.52º 1% 0.56% -
HSV(B) 41.52º 0.88% 1% -
XYZ 59.05 56.48 9.09 -
YUV 188.96 38.86 175.1 -
System Red Green Blue C M Y K H S L
Decimal 255 186 31 0 0.27 0.88 0 41.52 1 0.56
Hex FF BA 1F 0 1B 58 0 2A 64 38
Octal 377 272 37 0 33 130 0 52 144 70
Binary 11111111 10111010 11111 0 11011 1011000 0 101010 1100100 111000

Color Harmonies of #FFBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA1F

Black with #FFBA1F

Text Example


Text Example

White with #FFBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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