Html Css Color HEX #FDA82E Lightning Yellow

📋 copy color: '#FDA82E'

red 253 ◦ green 168 ◦ blue 46

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

Shades of Lightning Yellow #FDA82E

Tints of Lightning Yellow #FDA82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.85%

R = 54.18%
G = 35.97%
B = 9.85%

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

#FDA82E (or 0xFDA82E) is known color: Lightning Yellow. HEX triplet: FD, A8 and 2E. RGB value is (253,168,46). Sum of RGB (Red+Green+Blue) = 253+168+46=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA82E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA82E is #0257D1. Grayscale: #B4B4B4. Windows color (decimal): -153554 or 3057917. OLE color: 3057917.

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

Color convert

RGB 253 168 46 -
CMYK 0 0.34 0.82 0.01
HSL 35.36º 0.98% 0.59% -
HSV(B) 35.36º 0.82% 0.99% -
XYZ 55 49.09 9.16 -
YUV 179.51 52.66 180.42 -
System Red Green Blue C M Y K H S L
Decimal 253 168 46 0 0.34 0.82 0.01 35.36 0.98 0.59
Hex FD A8 2E 0 22 52 1 23 62 3B
Octal 375 250 56 0 42 122 1 43 142 73
Binary 11111101 10101000 101110 0 100010 1010010 1 100011 1100010 111011

Color Harmonies of #FDA82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA82E

Black with #FDA82E

Text Example


Text Example

White with #FDA82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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