Html Css Color HEX #FFA631 Lightning Yellow

📋 copy color: '#FFA631'

red 255 ◦ green 166 ◦ blue 49

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

Shades of Lightning Yellow #FFA631

Tints of Lightning Yellow #FFA631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.43%

R = 54.26%
G = 35.32%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFA631 (or 0xFFA631) is known color: Lightning Yellow. HEX triplet: FF, A6 and 31. RGB value is (255,166,49). Sum of RGB (Red+Green+Blue) = 255+166+49=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA631 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA631 is #0059CE. Grayscale: #B3B3B3. Windows color (decimal): -22991 or 3254015. OLE color: 3254015.

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

Color convert

RGB 255 166 49 -
CMYK 0 0.35 0.81 0
HSL 34.08º 1% 0.6% -
HSV(B) 34.08º 0.81% 1% -
XYZ 55.43 48.75 9.39 -
YUV 179.27 54.49 182.01 -
System Red Green Blue C M Y K H S L
Decimal 255 166 49 0 0.35 0.81 0 34.08 1 0.6
Hex FF A6 31 0 23 51 0 22 64 3C
Octal 377 246 61 0 43 121 0 42 144 74
Binary 11111111 10100110 110001 0 100011 1010001 0 100010 1100100 111100

Color Harmonies of #FFA631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA631

Black with #FFA631

Text Example


Text Example

White with #FFA631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA631; }

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

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

background-color css

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

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

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

border-color css

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

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

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