Html Css Color HEX #F0B814 Moon Yellow

📋 copy color: '#F0B814'

red 240 ◦ green 184 ◦ blue 20

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

Shades of Moon Yellow #F0B814

Tints of Moon Yellow #F0B814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.44%

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

R = 54.05%
G = 41.44%
B = 4.5%

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

#F0B814 (or 0xF0B814) is known color: Moon Yellow. HEX triplet: F0, B8 and 14. RGB value is (240,184,20). Sum of RGB (Red+Green+Blue) = 240+184+20=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B814 is #0F47EB. Grayscale: #B6B6B6. Windows color (decimal): -1001452 or 1358064. OLE color: 1358064.

HSL color Cylindrical-coordinate representation of color #F0B814: hue angle of 44.73º 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 #F0B814 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 184 20 -
CMYK 0 0.23 0.92 0.06
HSL 44.73º 0.88% 0.51% -
HSV(B) 44.73º 0.92% 0.94% -
XYZ 53.2 52.86 8.06 -
YUV 182.05 36.55 169.34 -
System Red Green Blue C M Y K H S L
Decimal 240 184 20 0 0.23 0.92 0.06 44.73 0.88 0.51
Hex F0 B8 14 0 17 5C 6 2D 58 33
Octal 360 270 24 0 27 134 6 55 130 63
Binary 11110000 10111000 10100 0 10111 1011100 110 101101 1011000 110011

Color Harmonies of #F0B814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B814

Black with #F0B814

Text Example


Text Example

White with #F0B814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B814; }

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

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

background-color css

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

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

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

border-color css

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

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

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