Html Css Color HEX #FDA325 Lightning Yellow

📋 copy color: '#FDA325'

red 253 ◦ green 163 ◦ blue 37

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

Shades of Lightning Yellow #FDA325

Tints of Lightning Yellow #FDA325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.17%

R = 55.85%
G = 35.98%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDA325 (or 0xFDA325) is known color: Lightning Yellow. HEX triplet: FD, A3 and 25. RGB value is (253,163,37). Sum of RGB (Red+Green+Blue) = 253+163+37=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA325 is #025CDA. Grayscale: #B0B0B0. Windows color (decimal): -154843 or 2466813. OLE color: 2466813.

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

Color convert

RGB 253 163 37 -
CMYK 0 0.36 0.85 0.01
HSL 35º 0.98% 0.57% -
HSV(B) 35º 0.85% 0.99% -
XYZ 53.94 47.21 8.02 -
YUV 175.55 49.82 183.25 -
System Red Green Blue C M Y K H S L
Decimal 253 163 37 0 0.36 0.85 0.01 35 0.98 0.57
Hex FD A3 25 0 24 55 1 23 62 39
Octal 375 243 45 0 44 125 1 43 142 71
Binary 11111101 10100011 100101 0 100100 1010101 1 100011 1100010 111001

Color Harmonies of #FDA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA325

Black with #FDA325

Text Example


Text Example

White with #FDA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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