Html Css Color HEX #FDA527 Lightning Yellow

📋 copy color: '#FDA527'

red 253 ◦ green 165 ◦ blue 39

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

Shades of Lightning Yellow #FDA527

Tints of Lightning Yellow #FDA527

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

 BLUE value IS 39 (15.63% from 255) = 8.53%

R = 55.36%
G = 36.11%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDA527 (or 0xFDA527) is known color: Lightning Yellow. HEX triplet: FD, A5 and 27. RGB value is (253,165,39). Sum of RGB (Red+Green+Blue) = 253+165+39=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA527 is #025AD8. Grayscale: #B1B1B1. Windows color (decimal): -154329 or 2598397. OLE color: 2598397.

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

Color convert

RGB 253 165 39 -
CMYK 0 0.35 0.85 0.01
HSL 35.33º 0.98% 0.57% -
HSV(B) 35.33º 0.85% 0.99% -
XYZ 54.33 47.94 8.31 -
YUV 176.95 50.15 182.25 -
System Red Green Blue C M Y K H S L
Decimal 253 165 39 0 0.35 0.85 0.01 35.33 0.98 0.57
Hex FD A5 27 0 23 55 1 23 62 39
Octal 375 245 47 0 43 125 1 43 142 71
Binary 11111101 10100101 100111 0 100011 1010101 1 100011 1100010 111001

Color Harmonies of #FDA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA527

Black with #FDA527

Text Example


Text Example

White with #FDA527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA527; }

 p { color: rgb(253,165,39); }

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

background-color css

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

 a { background-color: rgb(253,165,39); }

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

border-color css

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

 span { border-color: rgb(253,165,39); }

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