Html Css Color HEX #FDA82D Lightning Yellow

📋 copy color: '#FDA82D'

red 253 ◦ green 168 ◦ blue 45

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

Shades of Lightning Yellow #FDA82D

Tints of Lightning Yellow #FDA82D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

 BLUE value IS 45 (17.97% from 255) = 9.66%

R = 54.29%
G = 36.05%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDA82D (or 0xFDA82D) is known color: Lightning Yellow. HEX triplet: FD, A8 and 2D. RGB value is (253,168,45). Sum of RGB (Red+Green+Blue) = 253+168+45=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA82D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA82D is #0257D2. Grayscale: #B3B3B3. Windows color (decimal): -153555 or 2992381. OLE color: 2992381.

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

Color convert

RGB 253 168 45 -
CMYK 0 0.34 0.82 0.01
HSL 35.48º 0.98% 0.58% -
HSV(B) 35.48º 0.82% 0.99% -
XYZ 54.98 49.08 9.06 -
YUV 179.39 52.16 180.5 -
System Red Green Blue C M Y K H S L
Decimal 253 168 45 0 0.34 0.82 0.01 35.48 0.98 0.58
Hex FD A8 2D 0 22 52 1 23 62 3A
Octal 375 250 55 0 42 122 1 43 142 72
Binary 11111101 10101000 101101 0 100010 1010010 1 100011 1100010 111010

Color Harmonies of #FDA82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA82D

Black with #FDA82D

Text Example


Text Example

White with #FDA82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA82D; }

 p { color: rgb(253,168,45); }

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

background-color css

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

 a { background-color: rgb(253,168,45); }

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

border-color css

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

 span { border-color: rgb(253,168,45); }

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