Html Css Color HEX #F5BF14 Moon Yellow

📋 copy color: '#F5BF14'

red 245 ◦ green 191 ◦ blue 20

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

Shades of Moon Yellow #F5BF14

Tints of Moon Yellow #F5BF14

RGB

 RED value IS 245 (96.09% from 255) = 53.73%

 GREEN value IS 191 (75% from 255) = 41.89%

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

R = 53.73%
G = 41.89%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5BF14 (or 0xF5BF14) is known color: Moon Yellow. HEX triplet: F5, BF and 14. RGB value is (245,191,20). Sum of RGB (Red+Green+Blue) = 245+191+20=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BF14 is #0A40EB. Grayscale: #BCBCBC. Windows color (decimal): -671980 or 1359861. OLE color: 1359861.

HSL color Cylindrical-coordinate representation of color #F5BF14: hue angle of 45.6º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5BF14 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 191 20 -
CMYK 0 0.22 0.92 0.04
HSL 45.6º 0.92% 0.52% -
HSV(B) 45.6º 0.92% 0.96% -
XYZ 56.41 56.72 8.64 -
YUV 187.65 33.39 168.9 -
System Red Green Blue C M Y K H S L
Decimal 245 191 20 0 0.22 0.92 0.04 45.6 0.92 0.52
Hex F5 BF 14 0 16 5C 4 2E 5C 34
Octal 365 277 24 0 26 134 4 56 134 64
Binary 11110101 10111111 10100 0 10110 1011100 100 101110 1011100 110100

Color Harmonies of #F5BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BF14

Black with #F5BF14

Text Example


Text Example

White with #F5BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BF14; }

 p { color: rgb(245,191,20); }

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

background-color css

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

 a { background-color: rgb(245,191,20); }

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

border-color css

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

 span { border-color: rgb(245,191,20); }

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