Html Css Color HEX #F2CA19 Moon Yellow

📋 copy color: '#F2CA19'

red 242 ◦ green 202 ◦ blue 25

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

Shades of Moon Yellow #F2CA19

Tints of Moon Yellow #F2CA19

RGB

 RED value IS 242 (94.92% from 255) = 51.6%

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

 BLUE value IS 25 (10.16% from 255) = 5.33%

R = 51.6%
G = 43.07%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2CA19 (or 0xF2CA19) is known color: Moon Yellow. HEX triplet: F2, CA and 19. RGB value is (242,202,25). Sum of RGB (Red+Green+Blue) = 242+202+25=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CA19 is #0D35E6. Grayscale: #C2C2C2. Windows color (decimal): -865767 or 1690354. OLE color: 1690354.

HSL color Cylindrical-coordinate representation of color #F2CA19: hue angle of 48.94º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2CA19 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 202 25 -
CMYK 0 0.17 0.90 0.05
HSL 48.94º 0.89% 0.52% -
HSV(B) 48.94º 0.9% 0.95% -
XYZ 57.91 61.19 9.68 -
YUV 193.78 32.75 162.39 -
System Red Green Blue C M Y K H S L
Decimal 242 202 25 0 0.17 0.90 0.05 48.94 0.89 0.52
Hex F2 CA 19 0 11 5A 5 31 59 34
Octal 362 312 31 0 21 132 5 61 131 64
Binary 11110010 11001010 11001 0 10001 1011010 101 110001 1011001 110100

Color Harmonies of #F2CA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA19

Black with #F2CA19

Text Example


Text Example

White with #F2CA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA19; }

 p { color: rgb(242,202,25); }

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

background-color css

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

 a { background-color: rgb(242,202,25); }

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

border-color css

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

 span { border-color: rgb(242,202,25); }

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