Html Css Color HEX #FDA335 Lightning Yellow

📋 copy color: '#FDA335'

red 253 ◦ green 163 ◦ blue 53

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

Shades of Lightning Yellow #FDA335

Tints of Lightning Yellow #FDA335

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.75%

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

R = 53.94%
G = 34.75%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDA335 (or 0xFDA335) is known color: Lightning Yellow. HEX triplet: FD, A3 and 35. RGB value is (253,163,53). Sum of RGB (Red+Green+Blue) = 253+163+53=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA335 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA335 is #025CCA. Grayscale: #B1B1B1. Windows color (decimal): -154827 or 3515389. OLE color: 3515389.

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

Color convert

RGB 253 163 53 -
CMYK 0 0.36 0.79 0.01
HSL 33º 0.98% 0.6% -
HSV(B) 33º 0.79% 0.99% -
XYZ 54.25 47.33 9.65 -
YUV 177.37 57.82 181.94 -
System Red Green Blue C M Y K H S L
Decimal 253 163 53 0 0.36 0.79 0.01 33 0.98 0.6
Hex FD A3 35 0 24 4F 1 21 62 3C
Octal 375 243 65 0 44 117 1 41 142 74
Binary 11111101 10100011 110101 0 100100 1001111 1 100001 1100010 111100

Color Harmonies of #FDA335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA335

Black with #FDA335

Text Example


Text Example

White with #FDA335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA335; }

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

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

background-color css

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

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

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

border-color css

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

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

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