Html Css Color HEX #F8BA1B Moon Yellow

📋 copy color: '#F8BA1B'

red 248 ◦ green 186 ◦ blue 27

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

Shades of Moon Yellow #F8BA1B

Tints of Moon Yellow #F8BA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.86%

R = 53.8%
G = 40.35%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8BA1B (or 0xF8BA1B) is known color: Moon Yellow. HEX triplet: F8, BA and 1B. RGB value is (248,186,27). Sum of RGB (Red+Green+Blue) = 248+186+27=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA1B is #0745E4. Grayscale: #BBBBBB. Windows color (decimal): -476645 or 1817336. OLE color: 1817336.

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

Color convert

RGB 248 186 27 -
CMYK 0 0.25 0.89 0.03
HSL 43.17º 0.94% 0.54% -
HSV(B) 43.17º 0.89% 0.97% -
XYZ 56.47 55.15 8.71 -
YUV 186.41 38.04 171.93 -
System Red Green Blue C M Y K H S L
Decimal 248 186 27 0 0.25 0.89 0.03 43.17 0.94 0.54
Hex F8 BA 1B 0 19 59 3 2B 5E 36
Octal 370 272 33 0 31 131 3 53 136 66
Binary 11111000 10111010 11011 0 11001 1011001 11 101011 1011110 110110

Color Harmonies of #F8BA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA1B

Black with #F8BA1B

Text Example


Text Example

White with #F8BA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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