Html Css Color HEX #F1BF14 Moon Yellow

📋 copy color: '#F1BF14'

red 241 ◦ green 191 ◦ blue 20

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

Shades of Moon Yellow #F1BF14

Tints of Moon Yellow #F1BF14

RGB

 RED value IS 241 (94.53% from 255) = 53.32%

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

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

R = 53.32%
G = 42.26%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1BF14 (or 0xF1BF14) is known color: Moon Yellow. HEX triplet: F1, BF and 14. RGB value is (241,191,20). Sum of RGB (Red+Green+Blue) = 241+191+20=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BF14 is #0E40EB. Grayscale: #BBBBBB. Windows color (decimal): -934124 or 1359857. OLE color: 1359857.

HSL color Cylindrical-coordinate representation of color #F1BF14: hue angle of 46.43º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1BF14 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 191 20 -
CMYK 0 0.21 0.92 0.05
HSL 46.43º 0.89% 0.51% -
HSV(B) 46.43º 0.92% 0.95% -
XYZ 55.03 56.01 8.57 -
YUV 186.46 34.07 166.9 -
System Red Green Blue C M Y K H S L
Decimal 241 191 20 0 0.21 0.92 0.05 46.43 0.89 0.51
Hex F1 BF 14 0 15 5C 5 2E 59 33
Octal 361 277 24 0 25 134 5 56 131 63
Binary 11110001 10111111 10100 0 10101 1011100 101 101110 1011001 110011

Color Harmonies of #F1BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BF14

Black with #F1BF14

Text Example


Text Example

White with #F1BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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