Html Css Color HEX #F0C022 Moon Yellow

📋 copy color: '#F0C022'

red 240 ◦ green 192 ◦ blue 34

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

Shades of Moon Yellow #F0C022

Tints of Moon Yellow #F0C022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.2%

 BLUE value IS 34 (13.67% from 255) = 7.3%

R = 51.5%
G = 41.2%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F0C022 (or 0xF0C022) is known color: Moon Yellow. HEX triplet: F0, C0 and 22. RGB value is (240,192,34). Sum of RGB (Red+Green+Blue) = 240+192+34=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C022 is #0F3FDD. Grayscale: #BDBDBD. Windows color (decimal): -999390 or 2277616. OLE color: 2277616.

HSL color Cylindrical-coordinate representation of color #F0C022: hue angle of 46.02º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0C022 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 192 34 -
CMYK 0 0.20 0.86 0.06
HSL 46.02º 0.87% 0.54% -
HSV(B) 46.02º 0.86% 0.94% -
XYZ 55.07 56.34 9.49 -
YUV 188.34 40.9 164.85 -
System Red Green Blue C M Y K H S L
Decimal 240 192 34 0 0.20 0.86 0.06 46.02 0.87 0.54
Hex F0 C0 22 0 14 56 6 2E 57 36
Octal 360 300 42 0 24 126 6 56 127 66
Binary 11110000 11000000 100010 0 10100 1010110 110 101110 1010111 110110

Color Harmonies of #F0C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C022

Black with #F0C022

Text Example


Text Example

White with #F0C022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C022; }

 p { color: rgb(240,192,34); }

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

background-color css

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

 a { background-color: rgb(240,192,34); }

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

border-color css

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

 span { border-color: rgb(240,192,34); }

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