Html Css Color HEX #FDBA20 Moon Yellow

📋 copy color: '#FDBA20'

red 253 ◦ green 186 ◦ blue 32

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

Shades of Moon Yellow #FDBA20

Tints of Moon Yellow #FDBA20

RGB

 RED value IS 253 (99.22% from 255) = 53.72%

 GREEN value IS 186 (73.05% from 255) = 39.49%

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

R = 53.72%
G = 39.49%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDBA20 (or 0xFDBA20) is known color: Moon Yellow. HEX triplet: FD, BA and 20. RGB value is (253,186,32). Sum of RGB (Red+Green+Blue) = 253+186+32=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA20 is #0245DF. Grayscale: #BDBDBD. Windows color (decimal): -148960 or 2145021. OLE color: 2145021.

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

Color convert

RGB 253 186 32 -
CMYK 0 0.26 0.87 0.01
HSL 41.81º 0.98% 0.56% -
HSV(B) 41.81º 0.87% 0.99% -
XYZ 58.33 56.1 9.12 -
YUV 188.48 39.7 174.02 -
System Red Green Blue C M Y K H S L
Decimal 253 186 32 0 0.26 0.87 0.01 41.81 0.98 0.56
Hex FD BA 20 0 1A 57 1 2A 62 38
Octal 375 272 40 0 32 127 1 52 142 70
Binary 11111101 10111010 100000 0 11010 1010111 1 101010 1100010 111000

Color Harmonies of #FDBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA20

Black with #FDBA20

Text Example


Text Example

White with #FDBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA20; }

 p { color: rgb(253,186,32); }

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

background-color css

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

 a { background-color: rgb(253,186,32); }

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

border-color css

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

 span { border-color: rgb(253,186,32); }

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