Html Css Color HEX #F1B614 Moon Yellow

📋 copy color: '#F1B614'

red 241 ◦ green 182 ◦ blue 20

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

Shades of Moon Yellow #F1B614

Tints of Moon Yellow #F1B614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.08%

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

R = 54.4%
G = 41.08%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1B614 (or 0xF1B614) is known color: Moon Yellow. HEX triplet: F1, B6 and 14. RGB value is (241,182,20). Sum of RGB (Red+Green+Blue) = 241+182+20=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B614 is #0E49EB. Grayscale: #B5B5B5. Windows color (decimal): -936428 or 1357553. OLE color: 1357553.

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

Color convert

RGB 241 182 20 -
CMYK 0 0.24 0.92 0.05
HSL 43.98º 0.89% 0.51% -
HSV(B) 43.98º 0.92% 0.95% -
XYZ 53.13 52.21 7.94 -
YUV 181.17 37.05 170.67 -
System Red Green Blue C M Y K H S L
Decimal 241 182 20 0 0.24 0.92 0.05 43.98 0.89 0.51
Hex F1 B6 14 0 18 5C 5 2C 59 33
Octal 361 266 24 0 30 134 5 54 131 63
Binary 11110001 10110110 10100 0 11000 1011100 101 101100 1011001 110011

Color Harmonies of #F1B614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B614

Black with #F1B614

Text Example


Text Example

White with #F1B614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B614; }

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

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

background-color css

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

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

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

border-color css

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

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

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