Html Css Color HEX #FDA538 Lightning Yellow

📋 copy color: '#FDA538'

red 253 ◦ green 165 ◦ blue 56

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

Shades of Lightning Yellow #FDA538

Tints of Lightning Yellow #FDA538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.81%

R = 53.38%
G = 34.81%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDA538 (or 0xFDA538) is known color: Lightning Yellow. HEX triplet: FD, A5 and 38. RGB value is (253,165,56). Sum of RGB (Red+Green+Blue) = 253+165+56=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA538 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA538 is #025AC7. Grayscale: #B3B3B3. Windows color (decimal): -154312 or 3712509. OLE color: 3712509.

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

Color convert

RGB 253 165 56 -
CMYK 0 0.35 0.78 0.01
HSL 33.2º 0.98% 0.61% -
HSV(B) 33.2º 0.78% 0.99% -
XYZ 54.68 48.08 10.14 -
YUV 178.89 58.65 180.86 -
System Red Green Blue C M Y K H S L
Decimal 253 165 56 0 0.35 0.78 0.01 33.2 0.98 0.61
Hex FD A5 38 0 23 4E 1 21 62 3D
Octal 375 245 70 0 43 116 1 41 142 75
Binary 11111101 10100101 111000 0 100011 1001110 1 100001 1100010 111101

Color Harmonies of #FDA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA538

Black with #FDA538

Text Example


Text Example

White with #FDA538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA538; }

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

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

background-color css

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

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

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

border-color css

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

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

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