Html Css Color HEX #F8BC12 Moon Yellow

📋 copy color: '#F8BC12'

red 248 ◦ green 188 ◦ blue 18

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

Shades of Moon Yellow #F8BC12

Tints of Moon Yellow #F8BC12

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 18 (7.42% from 255) = 3.96%

R = 54.63%
G = 41.41%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F8BC12 (or 0xF8BC12) is known color: Moon Yellow. HEX triplet: F8, BC and 12. RGB value is (248,188,18). Sum of RGB (Red+Green+Blue) = 248+188+18=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BC12 is #0743ED. Grayscale: #BBBBBB. Windows color (decimal): -476142 or 1228024. OLE color: 1228024.

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

Color convert

RGB 248 188 18 -
CMYK 0 0.24 0.93 0.03
HSL 44.35º 0.94% 0.52% -
HSV(B) 44.35º 0.93% 0.97% -
XYZ 56.8 55.97 8.38 -
YUV 186.56 32.88 171.82 -
System Red Green Blue C M Y K H S L
Decimal 248 188 18 0 0.24 0.93 0.03 44.35 0.94 0.52
Hex F8 BC 12 0 18 5D 3 2C 5E 34
Octal 370 274 22 0 30 135 3 54 136 64
Binary 11111000 10111100 10010 0 11000 1011101 11 101100 1011110 110100

Color Harmonies of #F8BC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BC12

Black with #F8BC12

Text Example


Text Example

White with #F8BC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BC12; }

 p { color: rgb(248,188,18); }

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

background-color css

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

 a { background-color: rgb(248,188,18); }

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

border-color css

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

 span { border-color: rgb(248,188,18); }

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