Html Css Color HEX #FDA934 Lightning Yellow

📋 copy color: '#FDA934'

red 253 ◦ green 169 ◦ blue 52

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

Shades of Lightning Yellow #FDA934

Tints of Lightning Yellow #FDA934

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.65%

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

R = 53.38%
G = 35.65%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDA934 (or 0xFDA934) is known color: Lightning Yellow. HEX triplet: FD, A9 and 34. RGB value is (253,169,52). Sum of RGB (Red+Green+Blue) = 253+169+52=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA934 is #0256CB. Grayscale: #B5B5B5. Windows color (decimal): -153292 or 3451389. OLE color: 3451389.

HSL color Cylindrical-coordinate representation of color #FDA934: hue angle of 34.93º 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 #FDA934 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 52 -
CMYK 0 0.33 0.79 0.01
HSL 34.93º 0.98% 0.6% -
HSV(B) 34.93º 0.79% 0.99% -
XYZ 55.32 49.51 9.89 -
YUV 180.78 55.33 179.51 -
System Red Green Blue C M Y K H S L
Decimal 253 169 52 0 0.33 0.79 0.01 34.93 0.98 0.6
Hex FD A9 34 0 21 4F 1 23 62 3C
Octal 375 251 64 0 41 117 1 43 142 74
Binary 11111101 10101001 110100 0 100001 1001111 1 100011 1100010 111100

Color Harmonies of #FDA934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA934

Black with #FDA934

Text Example


Text Example

White with #FDA934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA934; }

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

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

background-color css

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

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

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

border-color css

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

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

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