Html Css Color HEX #FFA52C Lightning Yellow

📋 copy color: '#FFA52C'

red 255 ◦ green 165 ◦ blue 44

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

Shades of Lightning Yellow #FFA52C

Tints of Lightning Yellow #FFA52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.48%

R = 54.96%
G = 35.56%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFA52C (or 0xFFA52C) is known color: Lightning Yellow. HEX triplet: FF, A5 and 2C. RGB value is (255,165,44). Sum of RGB (Red+Green+Blue) = 255+165+44=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 44 (17.58% from 255 or 9.48% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA52C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA52C is #005AD3. Grayscale: #B2B2B2. Windows color (decimal): -23252 or 2926079. OLE color: 2926079.

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

Color convert

RGB 255 165 44 -
CMYK 0 0.35 0.83 0
HSL 34.41º 1% 0.59% -
HSV(B) 34.41º 0.83% 1% -
XYZ 55.15 48.35 8.81 -
YUV 178.12 52.32 182.84 -
System Red Green Blue C M Y K H S L
Decimal 255 165 44 0 0.35 0.83 0 34.41 1 0.59
Hex FF A5 2C 0 23 53 0 22 64 3B
Octal 377 245 54 0 43 123 0 42 144 73
Binary 11111111 10100101 101100 0 100011 1010011 0 100010 1100100 111011

Color Harmonies of #FFA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA52C

Black with #FFA52C

Text Example


Text Example

White with #FFA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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