Html Css Color HEX #FDA935 Lightning Yellow

📋 copy color: '#FDA935'

red 253 ◦ green 169 ◦ blue 53

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

Shades of Lightning Yellow #FDA935

Tints of Lightning Yellow #FDA935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.16%

R = 53.26%
G = 35.58%
B = 11.16%

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

#FDA935 (or 0xFDA935) is known color: Lightning Yellow. HEX triplet: FD, A9 and 35. RGB value is (253,169,53). Sum of RGB (Red+Green+Blue) = 253+169+53=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA935 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA935 is #0256CA. Grayscale: #B5B5B5. Windows color (decimal): -153291 or 3516925. OLE color: 3516925.

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

Color convert

RGB 253 169 53 -
CMYK 0 0.33 0.79 0.01
HSL 34.8º 0.98% 0.6% -
HSV(B) 34.8º 0.79% 0.99% -
XYZ 55.34 49.52 10.01 -
YUV 180.89 55.83 179.43 -
System Red Green Blue C M Y K H S L
Decimal 253 169 53 0 0.33 0.79 0.01 34.8 0.98 0.6
Hex FD A9 35 0 21 4F 1 23 62 3C
Octal 375 251 65 0 41 117 1 43 142 74
Binary 11111101 10101001 110101 0 100001 1001111 1 100011 1100010 111100

Color Harmonies of #FDA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA935

Black with #FDA935

Text Example


Text Example

White with #FDA935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA935; }

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

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

background-color css

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

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

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

border-color css

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

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

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