Html Css Color HEX #FFA123 Lightning Yellow

📋 copy color: '#FFA123'

red 255 ◦ green 161 ◦ blue 35

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

Shades of Lightning Yellow #FFA123

Tints of Lightning Yellow #FFA123

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.7%

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

R = 56.54%
G = 35.7%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFA123 (or 0xFFA123) is known color: Lightning Yellow. HEX triplet: FF, A1 and 23. RGB value is (255,161,35). Sum of RGB (Red+Green+Blue) = 255+161+35=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 35 (14.06% from 255 or 7.76% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA123 is #005EDC. Grayscale: #AFAFAF. Windows color (decimal): -24285 or 2335231. OLE color: 2335231.

HSL color Cylindrical-coordinate representation of color #FFA123: hue angle of 34.36º 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 #FFA123 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.

Color convert

RGB 255 161 35 -
CMYK 0 0.37 0.86 0
HSL 34.36º 1% 0.57% -
HSV(B) 34.36º 0.86% 1% -
XYZ 54.29 46.87 7.78 -
YUV 174.74 49.14 185.25 -
System Red Green Blue C M Y K H S L
Decimal 255 161 35 0 0.37 0.86 0 34.36 1 0.57
Hex FF A1 23 0 25 56 0 22 64 39
Octal 377 241 43 0 45 126 0 42 144 71
Binary 11111111 10100001 100011 0 100101 1010110 0 100010 1100100 111001

Color Harmonies of #FFA123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA123

Black with #FFA123

Text Example


Text Example

White with #FFA123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA123; }

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

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

background-color css

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

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

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

border-color css

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

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

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