Html Css Color HEX #FFA527 Lightning Yellow

📋 copy color: '#FFA527'

red 255 ◦ green 165 ◦ blue 39

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

Shades of Lightning Yellow #FFA527

Tints of Lightning Yellow #FFA527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.5%

R = 55.56%
G = 35.95%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFA527 (or 0xFFA527) is known color: Lightning Yellow. HEX triplet: FF, A5 and 27. RGB value is (255,165,39). Sum of RGB (Red+Green+Blue) = 255+165+39=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA527 is #005AD8. Grayscale: #B2B2B2. Windows color (decimal): -23257 or 2598399. OLE color: 2598399.

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

Color convert

RGB 255 165 39 -
CMYK 0 0.35 0.85 0
HSL 35º 1% 0.58% -
HSV(B) 35º 0.85% 1% -
XYZ 55.06 48.32 8.34 -
YUV 177.55 49.82 183.25 -
System Red Green Blue C M Y K H S L
Decimal 255 165 39 0 0.35 0.85 0 35 1 0.58
Hex FF A5 27 0 23 55 0 23 64 3A
Octal 377 245 47 0 43 125 0 43 144 72
Binary 11111111 10100101 100111 0 100011 1010101 0 100011 1100100 111010

Color Harmonies of #FFA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA527

Black with #FFA527

Text Example


Text Example

White with #FFA527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA527; }

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

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

background-color css

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

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

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

border-color css

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

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

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