Html Css Color HEX #FFA534 Lightning Yellow

📋 copy color: '#FFA534'

red 255 ◦ green 165 ◦ blue 52

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

Shades of Lightning Yellow #FFA534

Tints of Lightning Yellow #FFA534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.02%

R = 54.03%
G = 34.96%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFA534 (or 0xFFA534) is known color: Lightning Yellow. HEX triplet: FF, A5 and 34. RGB value is (255,165,52). Sum of RGB (Red+Green+Blue) = 255+165+52=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA534 is #005ACB. Grayscale: #B3B3B3. Windows color (decimal): -23244 or 3450367. OLE color: 3450367.

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

Color convert

RGB 255 165 52 -
CMYK 0 0.35 0.80 0
HSL 33.4º 1% 0.6% -
HSV(B) 33.4º 0.8% 1% -
XYZ 55.31 48.42 9.68 -
YUV 179.03 56.32 182.19 -
System Red Green Blue C M Y K H S L
Decimal 255 165 52 0 0.35 0.80 0 33.4 1 0.6
Hex FF A5 34 0 23 50 0 21 64 3C
Octal 377 245 64 0 43 120 0 41 144 74
Binary 11111111 10100101 110100 0 100011 1010000 0 100001 1100100 111100

Color Harmonies of #FFA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA534

Black with #FFA534

Text Example


Text Example

White with #FFA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA534; }

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

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

background-color css

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

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

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

border-color css

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

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

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