Html Css Color HEX #F2CA13 Moon Yellow

📋 copy color: '#F2CA13'

red 242 ◦ green 202 ◦ blue 19

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

Shades of Moon Yellow #F2CA13

Tints of Moon Yellow #F2CA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.1%

R = 52.27%
G = 43.63%
B = 4.1%

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

#F2CA13 (or 0xF2CA13) is known color: Moon Yellow. HEX triplet: F2, CA and 13. RGB value is (242,202,19). Sum of RGB (Red+Green+Blue) = 242+202+19=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CA13 is #0D35EC. Grayscale: #C1C1C1. Windows color (decimal): -865773 or 1297138. OLE color: 1297138.

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

Color convert

RGB 242 202 19 -
CMYK 0 0.17 0.92 0.05
HSL 49.24º 0.9% 0.51% -
HSV(B) 49.24º 0.92% 0.95% -
XYZ 57.86 61.17 9.37 -
YUV 193.1 29.75 162.88 -
System Red Green Blue C M Y K H S L
Decimal 242 202 19 0 0.17 0.92 0.05 49.24 0.9 0.51
Hex F2 CA 13 0 11 5C 5 31 5A 33
Octal 362 312 23 0 21 134 5 61 132 63
Binary 11110010 11001010 10011 0 10001 1011100 101 110001 1011010 110011

Color Harmonies of #F2CA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA13

Black with #F2CA13

Text Example


Text Example

White with #F2CA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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