Html Css Color HEX #F5BF11 Moon Yellow

📋 copy color: '#F5BF11'

red 245 ◦ green 191 ◦ blue 17

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

Shades of Moon Yellow #F5BF11

Tints of Moon Yellow #F5BF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.75%

R = 54.08%
G = 42.16%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5BF11 (or 0xF5BF11) is known color: Moon Yellow. HEX triplet: F5, BF and 11. RGB value is (245,191,17). Sum of RGB (Red+Green+Blue) = 245+191+17=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BF11 is #0A40EE. Grayscale: #BCBCBC. Windows color (decimal): -671983 or 1163253. OLE color: 1163253.

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

Color convert

RGB 245 191 17 -
CMYK 0 0.22 0.93 0.04
HSL 45.79º 0.92% 0.51% -
HSV(B) 45.79º 0.93% 0.96% -
XYZ 56.39 56.71 8.51 -
YUV 187.31 31.89 169.15 -
System Red Green Blue C M Y K H S L
Decimal 245 191 17 0 0.22 0.93 0.04 45.79 0.92 0.51
Hex F5 BF 11 0 16 5D 4 2E 5C 33
Octal 365 277 21 0 26 135 4 56 134 63
Binary 11110101 10111111 10001 0 10110 1011101 100 101110 1011100 110011

Color Harmonies of #F5BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BF11

Black with #F5BF11

Text Example


Text Example

White with #F5BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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