Html Css Color HEX #FDA729 Lightning Yellow

📋 copy color: '#FDA729'

red 253 ◦ green 167 ◦ blue 41

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

Shades of Lightning Yellow #FDA729

Tints of Lightning Yellow #FDA729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.89%

R = 54.88%
G = 36.23%
B = 8.89%

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

#FDA729 (or 0xFDA729) is known color: Lightning Yellow. HEX triplet: FD, A7 and 29. RGB value is (253,167,41). Sum of RGB (Red+Green+Blue) = 253+167+41=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA729 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA729 is #0258D6. Grayscale: #B2B2B2. Windows color (decimal): -153815 or 2729981. OLE color: 2729981.

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

Color convert

RGB 253 167 41 -
CMYK 0 0.34 0.84 0.01
HSL 35.66º 0.98% 0.58% -
HSV(B) 35.66º 0.84% 0.99% -
XYZ 54.73 48.68 8.61 -
YUV 178.35 50.49 181.25 -
System Red Green Blue C M Y K H S L
Decimal 253 167 41 0 0.34 0.84 0.01 35.66 0.98 0.58
Hex FD A7 29 0 22 54 1 24 62 3A
Octal 375 247 51 0 42 124 1 44 142 72
Binary 11111101 10100111 101001 0 100010 1010100 1 100100 1100010 111010

Color Harmonies of #FDA729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA729

Black with #FDA729

Text Example


Text Example

White with #FDA729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA729; }

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

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

background-color css

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

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

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

border-color css

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

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

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