Html Css Color HEX #FFBD1B Moon Yellow

📋 copy color: '#FFBD1B'

red 255 ◦ green 189 ◦ blue 27

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

Shades of Moon Yellow #FFBD1B

Tints of Moon Yellow #FFBD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.13%

 BLUE value IS 27 (10.94% from 255) = 5.73%

R = 54.14%
G = 40.13%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFBD1B (or 0xFFBD1B) is known color: Moon Yellow. HEX triplet: FF, BD and 1B. RGB value is (255,189,27). Sum of RGB (Red+Green+Blue) = 255+189+27=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD1B is #0042E4. Grayscale: #BEBEBE. Windows color (decimal): -17125 or 1818111. OLE color: 1818111.

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

Color convert

RGB 255 189 27 -
CMYK 0 0.26 0.89 0
HSL 42.63º 1% 0.55% -
HSV(B) 42.63º 0.89% 1% -
XYZ 59.64 57.73 9.04 -
YUV 190.27 35.87 174.17 -
System Red Green Blue C M Y K H S L
Decimal 255 189 27 0 0.26 0.89 0 42.63 1 0.55
Hex FF BD 1B 0 1A 59 0 2B 64 37
Octal 377 275 33 0 32 131 0 53 144 67
Binary 11111111 10111101 11011 0 11010 1011001 0 101011 1100100 110111

Color Harmonies of #FFBD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBD1B

Black with #FFBD1B

Text Example


Text Example

White with #FFBD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBD1B; }

 p { color: rgb(255,189,27); }

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

background-color css

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

 a { background-color: rgb(255,189,27); }

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

border-color css

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

 span { border-color: rgb(255,189,27); }

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