Html Css Color HEX #FDA82B Lightning Yellow

📋 copy color: '#FDA82B'

red 253 ◦ green 168 ◦ blue 43

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

Shades of Lightning Yellow #FDA82B

Tints of Lightning Yellow #FDA82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.27%

R = 54.53%
G = 36.21%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDA82B (or 0xFDA82B) is known color: Lightning Yellow. HEX triplet: FD, A8 and 2B. RGB value is (253,168,43). Sum of RGB (Red+Green+Blue) = 253+168+43=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA82B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA82B is #0257D4. Grayscale: #B3B3B3. Windows color (decimal): -153557 or 2861309. OLE color: 2861309.

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

Color convert

RGB 253 168 43 -
CMYK 0 0.34 0.83 0.01
HSL 35.71º 0.98% 0.58% -
HSV(B) 35.71º 0.83% 0.99% -
XYZ 54.95 49.06 8.86 -
YUV 179.17 51.16 180.66 -
System Red Green Blue C M Y K H S L
Decimal 253 168 43 0 0.34 0.83 0.01 35.71 0.98 0.58
Hex FD A8 2B 0 22 53 1 24 62 3A
Octal 375 250 53 0 42 123 1 44 142 72
Binary 11111101 10101000 101011 0 100010 1010011 1 100100 1100010 111010

Color Harmonies of #FDA82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA82B

Black with #FDA82B

Text Example


Text Example

White with #FDA82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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