Html Css Color HEX #FDA323 Lightning Yellow

📋 copy color: '#FDA323'

red 253 ◦ green 163 ◦ blue 35

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

Shades of Lightning Yellow #FDA323

Tints of Lightning Yellow #FDA323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.76%

R = 56.1%
G = 36.14%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDA323 (or 0xFDA323) is known color: Lightning Yellow. HEX triplet: FD, A3 and 23. RGB value is (253,163,35). Sum of RGB (Red+Green+Blue) = 253+163+35=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 35 (14.06% from 255 or 7.76% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA323 is #025CDC. Grayscale: #AFAFAF. Windows color (decimal): -154845 or 2335741. OLE color: 2335741.

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

Color convert

RGB 253 163 35 -
CMYK 0 0.36 0.86 0.01
HSL 35.23º 0.98% 0.56% -
HSV(B) 35.23º 0.86% 0.99% -
XYZ 53.91 47.2 7.86 -
YUV 175.32 48.82 183.41 -
System Red Green Blue C M Y K H S L
Decimal 253 163 35 0 0.36 0.86 0.01 35.23 0.98 0.56
Hex FD A3 23 0 24 56 1 23 62 38
Octal 375 243 43 0 44 126 1 43 142 70
Binary 11111101 10100011 100011 0 100100 1010110 1 100011 1100010 111000

Color Harmonies of #FDA323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA323

Black with #FDA323

Text Example


Text Example

White with #FDA323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA323; }

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

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

background-color css

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

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

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

border-color css

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

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

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