Html Css Color HEX #FFA533 Lightning Yellow

📋 copy color: '#FFA533'

red 255 ◦ green 165 ◦ blue 51

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

Shades of Lightning Yellow #FFA533

Tints of Lightning Yellow #FFA533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.83%

R = 54.14%
G = 35.03%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.8

 K value IS 0

RGB Variations

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

Color information

#FFA533 (or 0xFFA533) is known color: Lightning Yellow. HEX triplet: FF, A5 and 33. RGB value is (255,165,51). Sum of RGB (Red+Green+Blue) = 255+165+51=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA533 is #005ACC. Grayscale: #B3B3B3. Windows color (decimal): -23245 or 3384831. OLE color: 3384831.

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

Color convert

RGB 255 165 51 -
CMYK 0 0.35 0.8 0
HSL 33.53º 1% 0.6% -
HSV(B) 33.53º 0.8% 1% -
XYZ 55.29 48.41 9.56 -
YUV 178.91 55.82 182.27 -
System Red Green Blue C M Y K H S L
Decimal 255 165 51 0 0.35 0.8 0 33.53 1 0.6
Hex FF A5 33 0 23 50 0 22 64 3C
Octal 377 245 63 0 43 120 0 42 144 74
Binary 11111111 10100101 110011 0 100011 1010000 0 100010 1100100 111100

Color Harmonies of #FFA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA533

Black with #FFA533

Text Example


Text Example

White with #FFA533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA533; }

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

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

background-color css

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

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

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

border-color css

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

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

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