Html Css Color HEX #FAA52D Lightning Yellow

📋 copy color: '#FAA52D'

red 250 ◦ green 165 ◦ blue 45

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

Shades of Lightning Yellow #FAA52D

Tints of Lightning Yellow #FAA52D

RGB

 RED value IS 250 (98.05% from 255) = 54.35%

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

 BLUE value IS 45 (17.97% from 255) = 9.78%

R = 54.35%
G = 35.87%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAA52D (or 0xFAA52D) is known color: Lightning Yellow. HEX triplet: FA, A5 and 2D. RGB value is (250,165,45). Sum of RGB (Red+Green+Blue) = 250+165+45=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA52D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA52D is #055AD2. Grayscale: #B1B1B1. Windows color (decimal): -350931 or 2991610. OLE color: 2991610.

HSL color Cylindrical-coordinate representation of color #FAA52D: hue angle of 35.12º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAA52D is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 165 45 -
CMYK 0 0.34 0.82 0.02
HSL 35.12º 0.95% 0.58% -
HSV(B) 35.12º 0.82% 0.98% -
XYZ 53.35 47.42 8.82 -
YUV 176.74 53.66 180.26 -
System Red Green Blue C M Y K H S L
Decimal 250 165 45 0 0.34 0.82 0.02 35.12 0.95 0.58
Hex FA A5 2D 0 22 52 2 23 5F 3A
Octal 372 245 55 0 42 122 2 43 137 72
Binary 11111010 10100101 101101 0 100010 1010010 10 100011 1011111 111010

Color Harmonies of #FAA52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA52D

Black with #FAA52D

Text Example


Text Example

White with #FAA52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA52D; }

 p { color: rgb(250,165,45); }

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

background-color css

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

 a { background-color: rgb(250,165,45); }

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

border-color css

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

 span { border-color: rgb(250,165,45); }

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