Html Css Color HEX #FFBF20 Moon Yellow

📋 copy color: '#FFBF20'

red 255 ◦ green 191 ◦ blue 32

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

Shades of Moon Yellow #FFBF20

Tints of Moon Yellow #FFBF20

RGB

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

 GREEN value IS 191 (75% from 255) = 39.96%

 BLUE value IS 32 (12.89% from 255) = 6.69%

R = 53.35%
G = 39.96%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFBF20 (or 0xFFBF20) is known color: Moon Yellow. HEX triplet: FF, BF and 20. RGB value is (255,191,32). Sum of RGB (Red+Green+Blue) = 255+191+32=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF20 is #0040DF. Grayscale: #C0C0C0. Windows color (decimal): -16608 or 2146303. OLE color: 2146303.

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

Color convert

RGB 255 191 32 -
CMYK 0 0.25 0.87 0
HSL 42.78º 1% 0.56% -
HSV(B) 42.78º 0.87% 1% -
XYZ 60.13 58.63 9.51 -
YUV 192.01 37.7 172.93 -
System Red Green Blue C M Y K H S L
Decimal 255 191 32 0 0.25 0.87 0 42.78 1 0.56
Hex FF BF 20 0 19 57 0 2B 64 38
Octal 377 277 40 0 31 127 0 53 144 70
Binary 11111111 10111111 100000 0 11001 1010111 0 101011 1100100 111000

Color Harmonies of #FFBF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF20

Black with #FFBF20

Text Example


Text Example

White with #FFBF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF20; }

 p { color: rgb(255,191,32); }

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

background-color css

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

 a { background-color: rgb(255,191,32); }

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

border-color css

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

 span { border-color: rgb(255,191,32); }

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