Html Css Color HEX #F8BD14 Moon Yellow

📋 copy color: '#F8BD14'

red 248 ◦ green 189 ◦ blue 20

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

Shades of Moon Yellow #F8BD14

Tints of Moon Yellow #F8BD14

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.36%

 BLUE value IS 20 (8.2% from 255) = 4.38%

R = 54.27%
G = 41.36%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8BD14 (or 0xF8BD14) is known color: Moon Yellow. HEX triplet: F8, BD and 14. RGB value is (248,189,20). Sum of RGB (Red+Green+Blue) = 248+189+20=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BD14 is #0742EB. Grayscale: #BCBCBC. Windows color (decimal): -475884 or 1359352. OLE color: 1359352.

HSL color Cylindrical-coordinate representation of color #F8BD14: hue angle of 44.47º 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 #F8BD14 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 189 20 -
CMYK 0 0.24 0.92 0.03
HSL 44.47º 0.94% 0.53% -
HSV(B) 44.47º 0.92% 0.97% -
XYZ 57.04 56.4 8.54 -
YUV 187.38 33.55 171.24 -
System Red Green Blue C M Y K H S L
Decimal 248 189 20 0 0.24 0.92 0.03 44.47 0.94 0.53
Hex F8 BD 14 0 18 5C 3 2C 5E 35
Octal 370 275 24 0 30 134 3 54 136 65
Binary 11111000 10111101 10100 0 11000 1011100 11 101100 1011110 110101

Color Harmonies of #F8BD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BD14

Black with #F8BD14

Text Example


Text Example

White with #F8BD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BD14; }

 p { color: rgb(248,189,20); }

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

background-color css

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

 a { background-color: rgb(248,189,20); }

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

border-color css

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

 span { border-color: rgb(248,189,20); }

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