Html Css Color HEX #FDA438 Lightning Yellow

📋 copy color: '#FDA438'

red 253 ◦ green 164 ◦ blue 56

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

Shades of Lightning Yellow #FDA438

Tints of Lightning Yellow #FDA438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.67%

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

R = 53.49%
G = 34.67%
B = 11.84%

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

#FDA438 (or 0xFDA438) is known color: Lightning Yellow. HEX triplet: FD, A4 and 38. RGB value is (253,164,56). Sum of RGB (Red+Green+Blue) = 253+164+56=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA438 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA438 is #025BC7. Grayscale: #B2B2B2. Windows color (decimal): -154568 or 3712253. OLE color: 3712253.

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

Color convert

RGB 253 164 56 -
CMYK 0 0.35 0.78 0.01
HSL 32.89º 0.98% 0.61% -
HSV(B) 32.89º 0.78% 0.99% -
XYZ 54.5 47.72 10.08 -
YUV 178.3 58.99 181.28 -
System Red Green Blue C M Y K H S L
Decimal 253 164 56 0 0.35 0.78 0.01 32.89 0.98 0.61
Hex FD A4 38 0 23 4E 1 21 62 3D
Octal 375 244 70 0 43 116 1 41 142 75
Binary 11111101 10100100 111000 0 100011 1001110 1 100001 1100010 111101

Color Harmonies of #FDA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA438

Black with #FDA438

Text Example


Text Example

White with #FDA438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA438; }

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

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

background-color css

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

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

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

border-color css

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

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

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