Html Css Color HEX #FAA52B Lightning Yellow

📋 copy color: '#FAA52B'

red 250 ◦ green 165 ◦ blue 43

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

Shades of Lightning Yellow #FAA52B

Tints of Lightning Yellow #FAA52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.39%

R = 54.59%
G = 36.03%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAA52B (or 0xFAA52B) is known color: Lightning Yellow. HEX triplet: FA, A5 and 2B. RGB value is (250,165,43). Sum of RGB (Red+Green+Blue) = 250+165+43=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA52B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA52B is #055AD4. Grayscale: #B1B1B1. Windows color (decimal): -350933 or 2860538. OLE color: 2860538.

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

Color convert

RGB 250 165 43 -
CMYK 0 0.34 0.83 0.02
HSL 35.36º 0.95% 0.57% -
HSV(B) 35.36º 0.83% 0.98% -
XYZ 53.32 47.41 8.63 -
YUV 176.51 52.66 180.42 -
System Red Green Blue C M Y K H S L
Decimal 250 165 43 0 0.34 0.83 0.02 35.36 0.95 0.57
Hex FA A5 2B 0 22 53 2 23 5F 39
Octal 372 245 53 0 42 123 2 43 137 71
Binary 11111010 10100101 101011 0 100010 1010011 10 100011 1011111 111001

Color Harmonies of #FAA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA52B

Black with #FAA52B

Text Example


Text Example

White with #FAA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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