Html Css Color HEX #F1C714 Moon Yellow

📋 copy color: '#F1C714'

red 241 ◦ green 199 ◦ blue 20

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

Shades of Moon Yellow #F1C714

Tints of Moon Yellow #F1C714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.26%

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

R = 52.39%
G = 43.26%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1C714 (or 0xF1C714) is known color: Moon Yellow. HEX triplet: F1, C7 and 14. RGB value is (241,199,20). Sum of RGB (Red+Green+Blue) = 241+199+20=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C714 is #0E38EB. Grayscale: #BFBFBF. Windows color (decimal): -932076 or 1361905. OLE color: 1361905.

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

Color convert

RGB 241 199 20 -
CMYK 0 0.17 0.92 0.05
HSL 48.6º 0.89% 0.51% -
HSV(B) 48.6º 0.92% 0.95% -
XYZ 56.83 59.6 9.17 -
YUV 191.15 31.41 163.55 -
System Red Green Blue C M Y K H S L
Decimal 241 199 20 0 0.17 0.92 0.05 48.6 0.89 0.51
Hex F1 C7 14 0 11 5C 5 31 59 33
Octal 361 307 24 0 21 134 5 61 131 63
Binary 11110001 11000111 10100 0 10001 1011100 101 110001 1011001 110011

Color Harmonies of #F1C714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C714

Black with #F1C714

Text Example


Text Example

White with #F1C714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C714; }

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

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

background-color css

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

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

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

border-color css

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

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

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