Html Css Color HEX #F0C316 Moon Yellow

📋 copy color: '#F0C316'

red 240 ◦ green 195 ◦ blue 22

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

Shades of Moon Yellow #F0C316

Tints of Moon Yellow #F0C316

RGB

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

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

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

R = 52.52%
G = 42.67%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0C316 (or 0xF0C316) is known color: Moon Yellow. HEX triplet: F0, C3 and 16. RGB value is (240,195,22). Sum of RGB (Red+Green+Blue) = 240+195+22=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C316 is #0F3CE9. Grayscale: #BDBDBD. Windows color (decimal): -998634 or 1491952. OLE color: 1491952.

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

Color convert

RGB 240 195 22 -
CMYK 0 0.19 0.91 0.06
HSL 47.61º 0.88% 0.51% -
HSV(B) 47.61º 0.91% 0.94% -
XYZ 55.6 57.61 8.95 -
YUV 188.73 33.91 164.57 -
System Red Green Blue C M Y K H S L
Decimal 240 195 22 0 0.19 0.91 0.06 47.61 0.88 0.51
Hex F0 C3 16 0 13 5B 6 30 58 33
Octal 360 303 26 0 23 133 6 60 130 63
Binary 11110000 11000011 10110 0 10011 1011011 110 110000 1011000 110011

Color Harmonies of #F0C316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C316

Black with #F0C316

Text Example


Text Example

White with #F0C316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C316; }

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

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

background-color css

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

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

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

border-color css

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

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

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