Html Css Color HEX #F0BC1A Moon Yellow

📋 copy color: '#F0BC1A'

red 240 ◦ green 188 ◦ blue 26

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

Shades of Moon Yellow #F0BC1A

Tints of Moon Yellow #F0BC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 26 (10.55% from 255) = 5.73%

R = 52.86%
G = 41.41%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0BC1A (or 0xF0BC1A) is known color: Moon Yellow. HEX triplet: F0, BC and 1A. RGB value is (240,188,26). Sum of RGB (Red+Green+Blue) = 240+188+26=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 26 (10.55% from 255 or 5.73% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BC1A is #0F43E5. Grayscale: #B9B9B9. Windows color (decimal): -1000422 or 1752304. OLE color: 1752304.

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

Color convert

RGB 240 188 26 -
CMYK 0 0.22 0.89 0.06
HSL 45.42º 0.88% 0.52% -
HSV(B) 45.42º 0.89% 0.94% -
XYZ 54.1 54.57 8.66 -
YUV 185.08 38.23 167.17 -
System Red Green Blue C M Y K H S L
Decimal 240 188 26 0 0.22 0.89 0.06 45.42 0.88 0.52
Hex F0 BC 1A 0 16 59 6 2D 58 34
Octal 360 274 32 0 26 131 6 55 130 64
Binary 11110000 10111100 11010 0 10110 1011001 110 101101 1011000 110100

Color Harmonies of #F0BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BC1A

Black with #F0BC1A

Text Example


Text Example

White with #F0BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BC1A; }

 p { color: rgb(240,188,26); }

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

background-color css

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

 a { background-color: rgb(240,188,26); }

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

border-color css

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

 span { border-color: rgb(240,188,26); }

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