Html Css Color HEX #F0BB1A Moon Yellow

📋 copy color: '#F0BB1A'

red 240 ◦ green 187 ◦ blue 26

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

Shades of Moon Yellow #F0BB1A

Tints of Moon Yellow #F0BB1A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.28%

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

R = 52.98%
G = 41.28%
B = 5.74%

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

#F0BB1A (or 0xF0BB1A) is known color: Moon Yellow. HEX triplet: F0, BB and 1A. RGB value is (240,187,26). Sum of RGB (Red+Green+Blue) = 240+187+26=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BB1A is #0F44E5. Grayscale: #B9B9B9. Windows color (decimal): -1000678 or 1752048. OLE color: 1752048.

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

Color convert

RGB 240 187 26 -
CMYK 0 0.22 0.89 0.06
HSL 45.14º 0.88% 0.52% -
HSV(B) 45.14º 0.89% 0.94% -
XYZ 53.89 54.14 8.59 -
YUV 184.49 38.56 167.59 -
System Red Green Blue C M Y K H S L
Decimal 240 187 26 0 0.22 0.89 0.06 45.14 0.88 0.52
Hex F0 BB 1A 0 16 59 6 2D 58 34
Octal 360 273 32 0 26 131 6 55 130 64
Binary 11110000 10111011 11010 0 10110 1011001 110 101101 1011000 110100

Color Harmonies of #F0BB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BB1A

Black with #F0BB1A

Text Example


Text Example

White with #F0BB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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