Html Css Color HEX #FFA535 Lightning Yellow

📋 copy color: '#FFA535'

red 255 ◦ green 165 ◦ blue 53

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

Shades of Lightning Yellow #FFA535

Tints of Lightning Yellow #FFA535

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.88%

 BLUE value IS 53 (21.09% from 255) = 11.21%

R = 53.91%
G = 34.88%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FFA535 (or 0xFFA535) is known color: Lightning Yellow. HEX triplet: FF, A5 and 35. RGB value is (255,165,53). Sum of RGB (Red+Green+Blue) = 255+165+53=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA535 is #005ACA. Grayscale: #B3B3B3. Windows color (decimal): -23243 or 3515903. OLE color: 3515903.

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

Color convert

RGB 255 165 53 -
CMYK 0 0.35 0.79 0
HSL 33.27º 1% 0.6% -
HSV(B) 33.27º 0.79% 1% -
XYZ 55.34 48.43 9.8 -
YUV 179.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 255 165 53 0 0.35 0.79 0 33.27 1 0.6
Hex FF A5 35 0 23 4F 0 21 64 3C
Octal 377 245 65 0 43 117 0 41 144 74
Binary 11111111 10100101 110101 0 100011 1001111 0 100001 1100100 111100

Color Harmonies of #FFA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA535

Black with #FFA535

Text Example


Text Example

White with #FFA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA535; }

 p { color: rgb(255,165,53); }

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

background-color css

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

 a { background-color: rgb(255,165,53); }

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

border-color css

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

 span { border-color: rgb(255,165,53); }

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