Html Css Color HEX #F0CA1A Moon Yellow

📋 copy color: '#F0CA1A'

red 240 ◦ green 202 ◦ blue 26

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

Shades of Moon Yellow #F0CA1A

Tints of Moon Yellow #F0CA1A

RGB

 RED value IS 240 (94.14% from 255) = 51.28%

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

 BLUE value IS 26 (10.55% from 255) = 5.56%

R = 51.28%
G = 43.16%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0CA1A (or 0xF0CA1A) is known color: Moon Yellow. HEX triplet: F0, CA and 1A. RGB value is (240,202,26). Sum of RGB (Red+Green+Blue) = 240+202+26=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 26 (10.55% from 255 or 5.56% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CA1A is #0F35E5. Grayscale: #C2C2C2. Windows color (decimal): -996838 or 1755888. OLE color: 1755888.

HSL color Cylindrical-coordinate representation of color #F0CA1A: hue angle of 49.35º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0CA1A is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 202 26 -
CMYK 0 0.16 0.89 0.06
HSL 49.35º 0.88% 0.52% -
HSV(B) 49.35º 0.89% 0.94% -
XYZ 57.24 60.84 9.7 -
YUV 193.3 33.59 161.31 -
System Red Green Blue C M Y K H S L
Decimal 240 202 26 0 0.16 0.89 0.06 49.35 0.88 0.52
Hex F0 CA 1A 0 10 59 6 31 58 34
Octal 360 312 32 0 20 131 6 61 130 64
Binary 11110000 11001010 11010 0 10000 1011001 110 110001 1011000 110100

Color Harmonies of #F0CA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CA1A

Black with #F0CA1A

Text Example


Text Example

White with #F0CA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CA1A; }

 p { color: rgb(240,202,26); }

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

background-color css

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

 a { background-color: rgb(240,202,26); }

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

border-color css

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

 span { border-color: rgb(240,202,26); }

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