Html Css Color HEX #FDBA1A Moon Yellow

📋 copy color: '#FDBA1A'

red 253 ◦ green 186 ◦ blue 26

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

Shades of Moon Yellow #FDBA1A

Tints of Moon Yellow #FDBA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.59%

R = 54.41%
G = 40%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDBA1A (or 0xFDBA1A) is known color: Moon Yellow. HEX triplet: FD, BA and 1A. RGB value is (253,186,26). Sum of RGB (Red+Green+Blue) = 253+186+26=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA1A is #0245E5. Grayscale: #BCBCBC. Windows color (decimal): -148966 or 1751805. OLE color: 1751805.

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

Color convert

RGB 253 186 26 -
CMYK 0 0.26 0.90 0.01
HSL 42.29º 0.98% 0.55% -
HSV(B) 42.29º 0.9% 0.99% -
XYZ 58.25 56.08 8.73 -
YUV 187.79 36.7 174.51 -
System Red Green Blue C M Y K H S L
Decimal 253 186 26 0 0.26 0.90 0.01 42.29 0.98 0.55
Hex FD BA 1A 0 1A 5A 1 2A 62 37
Octal 375 272 32 0 32 132 1 52 142 67
Binary 11111101 10111010 11010 0 11010 1011010 1 101010 1100010 110111

Color Harmonies of #FDBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA1A

Black with #FDBA1A

Text Example


Text Example

White with #FDBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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