Html Css Color HEX #F0C30F Moon Yellow

📋 copy color: '#F0C30F'

red 240 ◦ green 195 ◦ blue 15

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

Shades of Moon Yellow #F0C30F

Tints of Moon Yellow #F0C30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.33%

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 53.33%
G = 43.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0C30F (or 0xF0C30F) is known color: Moon Yellow. HEX triplet: F0, C3 and 0F. RGB value is (240,195,15). Sum of RGB (Red+Green+Blue) = 240+195+15=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C30F is #0F3CF0. Grayscale: #BCBCBC. Windows color (decimal): -998641 or 1033200. OLE color: 1033200.

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

Color convert

RGB 240 195 15 -
CMYK 0 0.19 0.94 0.06
HSL 48º 0.88% 0.5% -
HSV(B) 48º 0.94% 0.94% -
XYZ 55.54 57.59 8.64 -
YUV 187.94 30.41 165.14 -
System Red Green Blue C M Y K H S L
Decimal 240 195 15 0 0.19 0.94 0.06 48 0.88 0.5
Hex F0 C3 F 0 13 5E 6 30 58 32
Octal 360 303 17 0 23 136 6 60 130 62
Binary 11110000 11000011 1111 0 10011 1011110 110 110000 1011000 110010

Color Harmonies of #F0C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C30F

Black with #F0C30F

Text Example


Text Example

White with #F0C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C30F; }

 p { color: rgb(240,195,15); }

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

background-color css

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

 a { background-color: rgb(240,195,15); }

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

border-color css

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

 span { border-color: rgb(240,195,15); }

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