Html Css Color HEX #F8BA15 Moon Yellow

📋 copy color: '#F8BA15'

red 248 ◦ green 186 ◦ blue 21

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

Shades of Moon Yellow #F8BA15

Tints of Moon Yellow #F8BA15

RGB

 RED value IS 248 (97.27% from 255) = 54.51%

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

 BLUE value IS 21 (8.59% from 255) = 4.62%

R = 54.51%
G = 40.88%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8BA15 (or 0xF8BA15) is known color: Moon Yellow. HEX triplet: F8, BA and 15. RGB value is (248,186,21). Sum of RGB (Red+Green+Blue) = 248+186+21=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BA15 is #0745EA. Grayscale: #BABABA. Windows color (decimal): -476651 or 1424120. OLE color: 1424120.

HSL color Cylindrical-coordinate representation of color #F8BA15: hue angle of 43.61º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8BA15 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 186 21 -
CMYK 0 0.25 0.92 0.03
HSL 43.61º 0.94% 0.53% -
HSV(B) 43.61º 0.92% 0.97% -
XYZ 56.41 55.13 8.38 -
YUV 185.73 35.04 172.42 -
System Red Green Blue C M Y K H S L
Decimal 248 186 21 0 0.25 0.92 0.03 43.61 0.94 0.53
Hex F8 BA 15 0 19 5C 3 2C 5E 35
Octal 370 272 25 0 31 134 3 54 136 65
Binary 11111000 10111010 10101 0 11001 1011100 11 101100 1011110 110101

Color Harmonies of #F8BA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA15

Black with #F8BA15

Text Example


Text Example

White with #F8BA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA15; }

 p { color: rgb(248,186,21); }

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

background-color css

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

 a { background-color: rgb(248,186,21); }

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

border-color css

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

 span { border-color: rgb(248,186,21); }

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