Html Css Color HEX #FDA938 Lightning Yellow

📋 copy color: '#FDA938'

red 253 ◦ green 169 ◦ blue 56

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

Shades of Lightning Yellow #FDA938

Tints of Lightning Yellow #FDA938

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.36%

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

R = 52.93%
G = 35.36%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDA938 (or 0xFDA938) is known color: Lightning Yellow. HEX triplet: FD, A9 and 38. RGB value is (253,169,56). Sum of RGB (Red+Green+Blue) = 253+169+56=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 56 (22.27% from 255 or 11.72% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA938 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA938 is #0256C7. Grayscale: #B5B5B5. Windows color (decimal): -153288 or 3713533. OLE color: 3713533.

HSL color Cylindrical-coordinate representation of color #FDA938: hue angle of 34.42º 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 #FDA938 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 56 -
CMYK 0 0.33 0.78 0.01
HSL 34.42º 0.98% 0.61% -
HSV(B) 34.42º 0.78% 0.99% -
XYZ 55.41 49.54 10.38 -
YUV 181.23 57.33 179.19 -
System Red Green Blue C M Y K H S L
Decimal 253 169 56 0 0.33 0.78 0.01 34.42 0.98 0.61
Hex FD A9 38 0 21 4E 1 22 62 3D
Octal 375 251 70 0 41 116 1 42 142 75
Binary 11111101 10101001 111000 0 100001 1001110 1 100010 1100010 111101

Color Harmonies of #FDA938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA938

Black with #FDA938

Text Example


Text Example

White with #FDA938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA938; }

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

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

background-color css

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

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

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

border-color css

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

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

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