Html Css Color HEX #FDA327 Lightning Yellow

📋 copy color: '#FDA327'

red 253 ◦ green 163 ◦ blue 39

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

Shades of Lightning Yellow #FDA327

Tints of Lightning Yellow #FDA327

RGB

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

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

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

R = 55.6%
G = 35.82%
B = 8.57%

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

#FDA327 (or 0xFDA327) is known color: Lightning Yellow. HEX triplet: FD, A3 and 27. RGB value is (253,163,39). Sum of RGB (Red+Green+Blue) = 253+163+39=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA327 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA327 is #025CD8. Grayscale: #B0B0B0. Windows color (decimal): -154841 or 2597885. OLE color: 2597885.

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

Color convert

RGB 253 163 39 -
CMYK 0 0.36 0.85 0.01
HSL 34.77º 0.98% 0.57% -
HSV(B) 34.77º 0.85% 0.99% -
XYZ 53.97 47.22 8.19 -
YUV 175.77 50.82 183.08 -
System Red Green Blue C M Y K H S L
Decimal 253 163 39 0 0.36 0.85 0.01 34.77 0.98 0.57
Hex FD A3 27 0 24 55 1 23 62 39
Octal 375 243 47 0 44 125 1 43 142 71
Binary 11111101 10100011 100111 0 100100 1010101 1 100011 1100010 111001

Color Harmonies of #FDA327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA327

Black with #FDA327

Text Example


Text Example

White with #FDA327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA327; }

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

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

background-color css

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

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

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

border-color css

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

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

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