Html Css Color HEX #FDA732 Lightning Yellow

📋 copy color: '#FDA732'

red 253 ◦ green 167 ◦ blue 50

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

Shades of Lightning Yellow #FDA732

Tints of Lightning Yellow #FDA732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.64%

R = 53.83%
G = 35.53%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDA732 (or 0xFDA732) is known color: Lightning Yellow. HEX triplet: FD, A7 and 32. RGB value is (253,167,50). Sum of RGB (Red+Green+Blue) = 253+167+50=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA732 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA732 is #0258CD. Grayscale: #B3B3B3. Windows color (decimal): -153806 or 3319805. OLE color: 3319805.

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

Color convert

RGB 253 167 50 -
CMYK 0 0.34 0.80 0.01
HSL 34.58º 0.98% 0.59% -
HSV(B) 34.58º 0.8% 0.99% -
XYZ 54.9 48.75 9.53 -
YUV 179.38 54.99 180.51 -
System Red Green Blue C M Y K H S L
Decimal 253 167 50 0 0.34 0.80 0.01 34.58 0.98 0.59
Hex FD A7 32 0 22 50 1 23 62 3B
Octal 375 247 62 0 42 120 1 43 142 73
Binary 11111101 10100111 110010 0 100010 1010000 1 100011 1100010 111011

Color Harmonies of #FDA732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA732

Black with #FDA732

Text Example


Text Example

White with #FDA732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA732; }

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

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

background-color css

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

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

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

border-color css

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

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

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