Html Css Color HEX #F8BA1A Moon Yellow

📋 copy color: '#F8BA1A'

red 248 ◦ green 186 ◦ blue 26

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

Shades of Moon Yellow #F8BA1A

Tints of Moon Yellow #F8BA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.65%

R = 53.91%
G = 40.43%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8BA1A (or 0xF8BA1A) is known color: Moon Yellow. HEX triplet: F8, BA and 1A. RGB value is (248,186,26). Sum of RGB (Red+Green+Blue) = 248+186+26=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA1A is #0745E5. Grayscale: #BBBBBB. Windows color (decimal): -476646 or 1751800. OLE color: 1751800.

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

Color convert

RGB 248 186 26 -
CMYK 0 0.25 0.90 0.03
HSL 43.24º 0.94% 0.54% -
HSV(B) 43.24º 0.9% 0.97% -
XYZ 56.46 55.15 8.65 -
YUV 186.3 37.54 172.01 -
System Red Green Blue C M Y K H S L
Decimal 248 186 26 0 0.25 0.90 0.03 43.24 0.94 0.54
Hex F8 BA 1A 0 19 5A 3 2B 5E 36
Octal 370 272 32 0 31 132 3 53 136 66
Binary 11111000 10111010 11010 0 11001 1011010 11 101011 1011110 110110

Color Harmonies of #F8BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA1A

Black with #F8BA1A

Text Example


Text Example

White with #F8BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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