Html Css Color HEX #FDBD1C Moon Yellow

📋 copy color: '#FDBD1C'

red 253 ◦ green 189 ◦ blue 28

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

Shades of Moon Yellow #FDBD1C

Tints of Moon Yellow #FDBD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.96%

R = 53.83%
G = 40.21%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDBD1C (or 0xFDBD1C) is known color: Moon Yellow. HEX triplet: FD, BD and 1C. RGB value is (253,189,28). Sum of RGB (Red+Green+Blue) = 253+189+28=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD1C is #0242E3. Grayscale: #BEBEBE. Windows color (decimal): -148196 or 1883645. OLE color: 1883645.

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

Color convert

RGB 253 189 28 -
CMYK 0 0.25 0.89 0.01
HSL 42.93º 0.98% 0.55% -
HSV(B) 42.93º 0.89% 0.99% -
XYZ 58.92 57.36 9.07 -
YUV 189.78 36.7 173.09 -
System Red Green Blue C M Y K H S L
Decimal 253 189 28 0 0.25 0.89 0.01 42.93 0.98 0.55
Hex FD BD 1C 0 19 59 1 2B 62 37
Octal 375 275 34 0 31 131 1 53 142 67
Binary 11111101 10111101 11100 0 11001 1011001 1 101011 1100010 110111

Color Harmonies of #FDBD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBD1C

Black with #FDBD1C

Text Example


Text Example

White with #FDBD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBD1C; }

 p { color: rgb(253,189,28); }

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

background-color css

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

 a { background-color: rgb(253,189,28); }

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

border-color css

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

 span { border-color: rgb(253,189,28); }

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