Html Css Color HEX #FDA434 Lightning Yellow

📋 copy color: '#FDA434'

red 253 ◦ green 164 ◦ blue 52

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

Shades of Lightning Yellow #FDA434

Tints of Lightning Yellow #FDA434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

 BLUE value IS 52 (20.7% from 255) = 11.09%

R = 53.94%
G = 34.97%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDA434 (or 0xFDA434) is known color: Lightning Yellow. HEX triplet: FD, A4 and 34. RGB value is (253,164,52). Sum of RGB (Red+Green+Blue) = 253+164+52=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA434 is #025BCB. Grayscale: #B2B2B2. Windows color (decimal): -154572 or 3450109. OLE color: 3450109.

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

Color convert

RGB 253 164 52 -
CMYK 0 0.35 0.79 0.01
HSL 33.43º 0.98% 0.6% -
HSV(B) 33.43º 0.79% 0.99% -
XYZ 54.4 47.68 9.58 -
YUV 177.84 56.99 181.61 -
System Red Green Blue C M Y K H S L
Decimal 253 164 52 0 0.35 0.79 0.01 33.43 0.98 0.6
Hex FD A4 34 0 23 4F 1 21 62 3C
Octal 375 244 64 0 43 117 1 41 142 74
Binary 11111101 10100100 110100 0 100011 1001111 1 100001 1100010 111100

Color Harmonies of #FDA434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA434

Black with #FDA434

Text Example


Text Example

White with #FDA434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA434; }

 p { color: rgb(253,164,52); }

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

background-color css

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

 a { background-color: rgb(253,164,52); }

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

border-color css

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

 span { border-color: rgb(253,164,52); }

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