Html Css Color HEX #FFA63A Lightning Yellow

📋 copy color: '#FFA63A'

red 255 ◦ green 166 ◦ blue 58

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

Shades of Lightning Yellow #FFA63A

Tints of Lightning Yellow #FFA63A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.66%

 BLUE value IS 58 (23.05% from 255) = 12.11%

R = 53.24%
G = 34.66%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFA63A (or 0xFFA63A) is known color: Lightning Yellow. HEX triplet: FF, A6 and 3A. RGB value is (255,166,58). Sum of RGB (Red+Green+Blue) = 255+166+58=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA63A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA63A is #0059C5. Grayscale: #B4B4B4. Windows color (decimal): -22982 or 3843839. OLE color: 3843839.

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

Color convert

RGB 255 166 58 -
CMYK 0 0.35 0.77 0
HSL 32.89º 1% 0.61% -
HSV(B) 32.89º 0.77% 1% -
XYZ 55.64 48.84 10.5 -
YUV 180.3 58.99 181.28 -
System Red Green Blue C M Y K H S L
Decimal 255 166 58 0 0.35 0.77 0 32.89 1 0.61
Hex FF A6 3A 0 23 4D 0 21 64 3D
Octal 377 246 72 0 43 115 0 41 144 75
Binary 11111111 10100110 111010 0 100011 1001101 0 100001 1100100 111101

Color Harmonies of #FFA63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA63A

Black with #FFA63A

Text Example


Text Example

White with #FFA63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA63A; }

 p { color: rgb(255,166,58); }

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

background-color css

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

 a { background-color: rgb(255,166,58); }

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

border-color css

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

 span { border-color: rgb(255,166,58); }

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