Html Css Color HEX #FDA728 Lightning Yellow

📋 copy color: '#FDA728'

red 253 ◦ green 167 ◦ blue 40

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

Shades of Lightning Yellow #FDA728

Tints of Lightning Yellow #FDA728

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.3%

 BLUE value IS 40 (16.02% from 255) = 8.7%

R = 55%
G = 36.3%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDA728 (or 0xFDA728) is known color: Lightning Yellow. HEX triplet: FD, A7 and 28. RGB value is (253,167,40). Sum of RGB (Red+Green+Blue) = 253+167+40=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA728 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA728 is #0258D7. Grayscale: #B2B2B2. Windows color (decimal): -153816 or 2664445. OLE color: 2664445.

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

Color convert

RGB 253 167 40 -
CMYK 0 0.34 0.84 0.01
HSL 35.77º 0.98% 0.57% -
HSV(B) 35.77º 0.84% 0.99% -
XYZ 54.71 48.67 8.52 -
YUV 178.24 49.99 181.33 -
System Red Green Blue C M Y K H S L
Decimal 253 167 40 0 0.34 0.84 0.01 35.77 0.98 0.57
Hex FD A7 28 0 22 54 1 24 62 39
Octal 375 247 50 0 42 124 1 44 142 71
Binary 11111101 10100111 101000 0 100010 1010100 1 100100 1100010 111001

Color Harmonies of #FDA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA728

Black with #FDA728

Text Example


Text Example

White with #FDA728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA728; }

 p { color: rgb(253,167,40); }

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

background-color css

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

 a { background-color: rgb(253,167,40); }

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

border-color css

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

 span { border-color: rgb(253,167,40); }

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