Html Css Color HEX #F0B914 Moon Yellow

📋 copy color: '#F0B914'

red 240 ◦ green 185 ◦ blue 20

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

Shades of Moon Yellow #F0B914

Tints of Moon Yellow #F0B914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

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

R = 53.93%
G = 41.57%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0B914 (or 0xF0B914) is known color: Moon Yellow. HEX triplet: F0, B9 and 14. RGB value is (240,185,20). Sum of RGB (Red+Green+Blue) = 240+185+20=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B914 is #0F46EB. Grayscale: #B7B7B7. Windows color (decimal): -1001196 or 1358320. OLE color: 1358320.

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

Color convert

RGB 240 185 20 -
CMYK 0 0.23 0.92 0.06
HSL 45º 0.88% 0.51% -
HSV(B) 45º 0.92% 0.94% -
XYZ 53.41 53.27 8.13 -
YUV 182.64 36.22 168.92 -
System Red Green Blue C M Y K H S L
Decimal 240 185 20 0 0.23 0.92 0.06 45 0.88 0.51
Hex F0 B9 14 0 17 5C 6 2D 58 33
Octal 360 271 24 0 27 134 6 55 130 63
Binary 11110000 10111001 10100 0 10111 1011100 110 101101 1011000 110011

Color Harmonies of #F0B914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B914

Black with #F0B914

Text Example


Text Example

White with #F0B914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B914; }

 p { color: rgb(240,185,20); }

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

background-color css

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

 a { background-color: rgb(240,185,20); }

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

border-color css

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

 span { border-color: rgb(240,185,20); }

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