Html Css Color HEX #FFBA1C Moon Yellow

📋 copy color: '#FFBA1C'

red 255 ◦ green 186 ◦ blue 28

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

Shades of Moon Yellow #FFBA1C

Tints of Moon Yellow #FFBA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.97%

R = 54.37%
G = 39.66%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFBA1C (or 0xFFBA1C) is known color: Moon Yellow. HEX triplet: FF, BA and 1C. RGB value is (255,186,28). Sum of RGB (Red+Green+Blue) = 255+186+28=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA1C is #0045E3. Grayscale: #BDBDBD. Windows color (decimal): -17892 or 1882879. OLE color: 1882879.

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

Color convert

RGB 255 186 28 -
CMYK 0 0.27 0.89 0
HSL 41.76º 1% 0.55% -
HSV(B) 41.76º 0.89% 1% -
XYZ 59.01 56.46 8.89 -
YUV 188.62 37.36 175.35 -
System Red Green Blue C M Y K H S L
Decimal 255 186 28 0 0.27 0.89 0 41.76 1 0.55
Hex FF BA 1C 0 1B 59 0 2A 64 37
Octal 377 272 34 0 33 131 0 52 144 67
Binary 11111111 10111010 11100 0 11011 1011001 0 101010 1100100 110111

Color Harmonies of #FFBA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA1C

Black with #FFBA1C

Text Example


Text Example

White with #FFBA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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