Html Css Color HEX #FFA323 Lightning Yellow

📋 copy color: '#FFA323'

red 255 ◦ green 163 ◦ blue 35

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

Shades of Lightning Yellow #FFA323

Tints of Lightning Yellow #FFA323

RGB

 RED value IS 255 (100% from 255) = 56.29%

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

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

R = 56.29%
G = 35.98%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFA323 (or 0xFFA323) is known color: Lightning Yellow. HEX triplet: FF, A3 and 23. RGB value is (255,163,35). Sum of RGB (Red+Green+Blue) = 255+163+35=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 35 (14.06% from 255 or 7.73% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA323 is #005CDC. Grayscale: #B0B0B0. Windows color (decimal): -23773 or 2335743. OLE color: 2335743.

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

Color convert

RGB 255 163 35 -
CMYK 0 0.36 0.86 0
HSL 34.91º 1% 0.57% -
HSV(B) 34.91º 0.86% 1% -
XYZ 54.64 47.58 7.89 -
YUV 175.92 48.48 184.41 -
System Red Green Blue C M Y K H S L
Decimal 255 163 35 0 0.36 0.86 0 34.91 1 0.57
Hex FF A3 23 0 24 56 0 23 64 39
Octal 377 243 43 0 44 126 0 43 144 71
Binary 11111111 10100011 100011 0 100100 1010110 0 100011 1100100 111001

Color Harmonies of #FFA323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA323

Black with #FFA323

Text Example


Text Example

White with #FFA323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA323; }

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

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

background-color css

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

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

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

border-color css

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

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

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