Html Css Color HEX #F9BD14 Moon Yellow

📋 copy color: '#F9BD14'

red 249 ◦ green 189 ◦ blue 20

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

Shades of Moon Yellow #F9BD14

Tints of Moon Yellow #F9BD14

RGB

 RED value IS 249 (97.66% from 255) = 54.37%

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

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

R = 54.37%
G = 41.27%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9BD14 (or 0xF9BD14) is known color: Moon Yellow. HEX triplet: F9, BD and 14. RGB value is (249,189,20). Sum of RGB (Red+Green+Blue) = 249+189+20=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BD14 is #0642EB. Grayscale: #BCBCBC. Windows color (decimal): -410348 or 1359353. OLE color: 1359353.

HSL color Cylindrical-coordinate representation of color #F9BD14: hue angle of 44.28º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9BD14 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 189 20 -
CMYK 0 0.24 0.92 0.02
HSL 44.28º 0.95% 0.53% -
HSV(B) 44.28º 0.92% 0.98% -
XYZ 57.39 56.59 8.56 -
YUV 187.67 33.38 171.74 -
System Red Green Blue C M Y K H S L
Decimal 249 189 20 0 0.24 0.92 0.02 44.28 0.95 0.53
Hex F9 BD 14 0 18 5C 2 2C 5F 35
Octal 371 275 24 0 30 134 2 54 137 65
Binary 11111001 10111101 10100 0 11000 1011100 10 101100 1011111 110101

Color Harmonies of #F9BD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BD14

Black with #F9BD14

Text Example


Text Example

White with #F9BD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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