Html Css Color HEX #FDA831 Lightning Yellow

📋 copy color: '#FDA831'

red 253 ◦ green 168 ◦ blue 49

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

Shades of Lightning Yellow #FDA831

Tints of Lightning Yellow #FDA831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.43%

R = 53.83%
G = 35.74%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDA831 (or 0xFDA831) is known color: Lightning Yellow. HEX triplet: FD, A8 and 31. RGB value is (253,168,49). Sum of RGB (Red+Green+Blue) = 253+168+49=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA831 is #0257CE. Grayscale: #B4B4B4. Windows color (decimal): -153551 or 3254525. OLE color: 3254525.

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

Color convert

RGB 253 168 49 -
CMYK 0 0.34 0.81 0.01
HSL 35º 0.98% 0.59% -
HSV(B) 35º 0.81% 0.99% -
XYZ 55.07 49.11 9.48 -
YUV 179.85 54.16 180.18 -
System Red Green Blue C M Y K H S L
Decimal 253 168 49 0 0.34 0.81 0.01 35 0.98 0.59
Hex FD A8 31 0 22 51 1 23 62 3B
Octal 375 250 61 0 42 121 1 43 142 73
Binary 11111101 10101000 110001 0 100010 1010001 1 100011 1100010 111011

Color Harmonies of #FDA831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA831

Black with #FDA831

Text Example


Text Example

White with #FDA831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA831; }

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

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

background-color css

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

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

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

border-color css

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

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

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