Html Css Color HEX #F6CA14 Moon Yellow

📋 copy color: '#F6CA14'

red 246 ◦ green 202 ◦ blue 20

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

Shades of Moon Yellow #F6CA14

Tints of Moon Yellow #F6CA14

RGB

 RED value IS 246 (96.48% from 255) = 52.56%

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

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

R = 52.56%
G = 43.16%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F6CA14 (or 0xF6CA14) is known color: Moon Yellow. HEX triplet: F6, CA and 14. RGB value is (246,202,20). Sum of RGB (Red+Green+Blue) = 246+202+20=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CA14 is #0935EB. Grayscale: #C3C3C3. Windows color (decimal): -603628 or 1362678. OLE color: 1362678.

HSL color Cylindrical-coordinate representation of color #F6CA14: hue angle of 48.32º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6CA14 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 202 20 -
CMYK 0 0.18 0.92 0.04
HSL 48.32º 0.93% 0.52% -
HSV(B) 48.32º 0.92% 0.96% -
XYZ 59.25 61.88 9.48 -
YUV 194.41 29.58 164.8 -
System Red Green Blue C M Y K H S L
Decimal 246 202 20 0 0.18 0.92 0.04 48.32 0.93 0.52
Hex F6 CA 14 0 12 5C 4 30 5D 34
Octal 366 312 24 0 22 134 4 60 135 64
Binary 11110110 11001010 10100 0 10010 1011100 100 110000 1011101 110100

Color Harmonies of #F6CA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CA14

Black with #F6CA14

Text Example


Text Example

White with #F6CA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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