Html Css Color HEX #F1CA14 Moon Yellow

📋 copy color: '#F1CA14'

red 241 ◦ green 202 ◦ blue 20

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

Shades of Moon Yellow #F1CA14

Tints of Moon Yellow #F1CA14

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.63%

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

R = 52.05%
G = 43.63%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1CA14 (or 0xF1CA14) is known color: Moon Yellow. HEX triplet: F1, CA and 14. RGB value is (241,202,20). Sum of RGB (Red+Green+Blue) = 241+202+20=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CA14 is #0E35EB. Grayscale: #C1C1C1. Windows color (decimal): -931308 or 1362673. OLE color: 1362673.

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

Color convert

RGB 241 202 20 -
CMYK 0 0.16 0.92 0.05
HSL 49.41º 0.89% 0.51% -
HSV(B) 49.41º 0.92% 0.95% -
XYZ 57.52 60.99 9.4 -
YUV 192.91 30.42 162.3 -
System Red Green Blue C M Y K H S L
Decimal 241 202 20 0 0.16 0.92 0.05 49.41 0.89 0.51
Hex F1 CA 14 0 10 5C 5 31 59 33
Octal 361 312 24 0 20 134 5 61 131 63
Binary 11110001 11001010 10100 0 10000 1011100 101 110001 1011001 110011

Color Harmonies of #F1CA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CA14

Black with #F1CA14

Text Example


Text Example

White with #F1CA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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