Html Css Color HEX #FFA52F Lightning Yellow

📋 copy color: '#FFA52F'

red 255 ◦ green 165 ◦ blue 47

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

Shades of Lightning Yellow #FFA52F

Tints of Lightning Yellow #FFA52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.06%

R = 54.6%
G = 35.33%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFA52F (or 0xFFA52F) is known color: Lightning Yellow. HEX triplet: FF, A5 and 2F. RGB value is (255,165,47). Sum of RGB (Red+Green+Blue) = 255+165+47=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA52F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA52F is #005AD0. Grayscale: #B3B3B3. Windows color (decimal): -23249 or 3122687. OLE color: 3122687.

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

Color convert

RGB 255 165 47 -
CMYK 0 0.35 0.82 0
HSL 34.04º 1% 0.59% -
HSV(B) 34.04º 0.82% 1% -
XYZ 55.21 48.38 9.12 -
YUV 178.46 53.82 182.59 -
System Red Green Blue C M Y K H S L
Decimal 255 165 47 0 0.35 0.82 0 34.04 1 0.59
Hex FF A5 2F 0 23 52 0 22 64 3B
Octal 377 245 57 0 43 122 0 42 144 73
Binary 11111111 10100101 101111 0 100011 1010010 0 100010 1100100 111011

Color Harmonies of #FFA52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA52F

Black with #FFA52F

Text Example


Text Example

White with #FFA52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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