Html Css Color HEX #FFBB1F Moon Yellow

📋 copy color: '#FFBB1F'

red 255 ◦ green 187 ◦ blue 31

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

Shades of Moon Yellow #FFBB1F

Tints of Moon Yellow #FFBB1F

RGB

 RED value IS 255 (100% from 255) = 53.91%

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

 BLUE value IS 31 (12.5% from 255) = 6.55%

R = 53.91%
G = 39.53%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFBB1F (or 0xFFBB1F) is known color: Moon Yellow. HEX triplet: FF, BB and 1F. RGB value is (255,187,31). Sum of RGB (Red+Green+Blue) = 255+187+31=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 31 (12.5% from 255 or 6.55% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB1F is #0044E0. Grayscale: #BEBEBE. Windows color (decimal): -17633 or 2079743. OLE color: 2079743.

HSL color Cylindrical-coordinate representation of color #FFBB1F: hue angle of 41.79º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFBB1F is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 187 31 -
CMYK 0 0.27 0.88 0
HSL 41.79º 1% 0.56% -
HSV(B) 41.79º 0.88% 1% -
XYZ 59.26 56.9 9.16 -
YUV 189.55 38.53 174.68 -
System Red Green Blue C M Y K H S L
Decimal 255 187 31 0 0.27 0.88 0 41.79 1 0.56
Hex FF BB 1F 0 1B 58 0 2A 64 38
Octal 377 273 37 0 33 130 0 52 144 70
Binary 11111111 10111011 11111 0 11011 1011000 0 101010 1100100 111000

Color Harmonies of #FFBB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB1F

Black with #FFBB1F

Text Example


Text Example

White with #FFBB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB1F; }

 p { color: rgb(255,187,31); }

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

background-color css

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

 a { background-color: rgb(255,187,31); }

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

border-color css

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

 span { border-color: rgb(255,187,31); }

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