Html Css Color HEX #F0B415 Moon Yellow

📋 copy color: '#F0B415'

red 240 ◦ green 180 ◦ blue 21

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

Shades of Moon Yellow #F0B415

Tints of Moon Yellow #F0B415

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

 BLUE value IS 21 (8.59% from 255) = 4.76%

R = 54.42%
G = 40.82%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0B415 (or 0xF0B415) is known color: Moon Yellow. HEX triplet: F0, B4 and 15. RGB value is (240,180,21). Sum of RGB (Red+Green+Blue) = 240+180+21=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B415 is #0F4BEA. Grayscale: #B4B4B4. Windows color (decimal): -1002475 or 1422576. OLE color: 1422576.

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

Color convert

RGB 240 180 21 -
CMYK 0 0.25 0.91 0.06
HSL 43.56º 0.88% 0.51% -
HSV(B) 43.56º 0.91% 0.94% -
XYZ 52.39 51.22 7.83 -
YUV 179.81 38.38 170.93 -
System Red Green Blue C M Y K H S L
Decimal 240 180 21 0 0.25 0.91 0.06 43.56 0.88 0.51
Hex F0 B4 15 0 19 5B 6 2C 58 33
Octal 360 264 25 0 31 133 6 54 130 63
Binary 11110000 10110100 10101 0 11001 1011011 110 101100 1011000 110011

Color Harmonies of #F0B415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B415

Black with #F0B415

Text Example


Text Example

White with #F0B415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B415; }

 p { color: rgb(240,180,21); }

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

background-color css

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

 a { background-color: rgb(240,180,21); }

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

border-color css

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

 span { border-color: rgb(240,180,21); }

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