Html Css Color HEX #F2CD13 Moon Yellow

📋 copy color: '#F2CD13'

red 242 ◦ green 205 ◦ blue 19

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

Shades of Moon Yellow #F2CD13

Tints of Moon Yellow #F2CD13

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

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

R = 51.93%
G = 43.99%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2CD13 (or 0xF2CD13) is known color: Moon Yellow. HEX triplet: F2, CD and 13. RGB value is (242,205,19). Sum of RGB (Red+Green+Blue) = 242+205+19=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CD13 is #0D32EC. Grayscale: #C3C3C3. Windows color (decimal): -865005 or 1297906. OLE color: 1297906.

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

Color convert

RGB 242 205 19 -
CMYK 0 0.15 0.92 0.05
HSL 50.04º 0.9% 0.51% -
HSV(B) 50.04º 0.92% 0.95% -
XYZ 58.57 62.59 9.61 -
YUV 194.86 28.76 161.62 -
System Red Green Blue C M Y K H S L
Decimal 242 205 19 0 0.15 0.92 0.05 50.04 0.9 0.51
Hex F2 CD 13 0 F 5C 5 32 5A 33
Octal 362 315 23 0 17 134 5 62 132 63
Binary 11110010 11001101 10011 0 1111 1011100 101 110010 1011010 110011

Color Harmonies of #F2CD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CD13

Black with #F2CD13

Text Example


Text Example

White with #F2CD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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