Html Css Color HEX #F2CA16 Moon Yellow

📋 copy color: '#F2CA16'

red 242 ◦ green 202 ◦ blue 22

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

Shades of Moon Yellow #F2CA16

Tints of Moon Yellow #F2CA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.72%

R = 51.93%
G = 43.35%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2CA16 (or 0xF2CA16) is known color: Moon Yellow. HEX triplet: F2, CA and 16. RGB value is (242,202,22). Sum of RGB (Red+Green+Blue) = 242+202+22=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CA16 is #0D35E9. Grayscale: #C2C2C2. Windows color (decimal): -865770 or 1493746. OLE color: 1493746.

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

Color convert

RGB 242 202 22 -
CMYK 0 0.17 0.91 0.05
HSL 49.09º 0.89% 0.52% -
HSV(B) 49.09º 0.91% 0.95% -
XYZ 57.88 61.18 9.52 -
YUV 193.44 31.25 162.64 -
System Red Green Blue C M Y K H S L
Decimal 242 202 22 0 0.17 0.91 0.05 49.09 0.89 0.52
Hex F2 CA 16 0 11 5B 5 31 59 34
Octal 362 312 26 0 21 133 5 61 131 64
Binary 11110010 11001010 10110 0 10001 1011011 101 110001 1011001 110100

Color Harmonies of #F2CA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA16

Black with #F2CA16

Text Example


Text Example

White with #F2CA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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