Html Css Color HEX #FDA531 Lightning Yellow

📋 copy color: '#FDA531'

red 253 ◦ green 165 ◦ blue 49

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

Shades of Lightning Yellow #FDA531

Tints of Lightning Yellow #FDA531

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

 BLUE value IS 49 (19.53% from 255) = 10.49%

R = 54.18%
G = 35.33%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDA531 (or 0xFDA531) is known color: Lightning Yellow. HEX triplet: FD, A5 and 31. RGB value is (253,165,49). Sum of RGB (Red+Green+Blue) = 253+165+49=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA531 is #025ACE. Grayscale: #B2B2B2. Windows color (decimal): -154319 or 3253757. OLE color: 3253757.

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

Color convert

RGB 253 165 49 -
CMYK 0 0.35 0.81 0.01
HSL 34.12º 0.98% 0.59% -
HSV(B) 34.12º 0.81% 0.99% -
XYZ 54.52 48.01 9.3 -
YUV 178.09 55.15 181.43 -
System Red Green Blue C M Y K H S L
Decimal 253 165 49 0 0.35 0.81 0.01 34.12 0.98 0.59
Hex FD A5 31 0 23 51 1 22 62 3B
Octal 375 245 61 0 43 121 1 42 142 73
Binary 11111101 10100101 110001 0 100011 1010001 1 100010 1100010 111011

Color Harmonies of #FDA531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA531

Black with #FDA531

Text Example


Text Example

White with #FDA531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA531; }

 p { color: rgb(253,165,49); }

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

background-color css

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

 a { background-color: rgb(253,165,49); }

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

border-color css

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

 span { border-color: rgb(253,165,49); }

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