Html Css Color HEX #FAA723 Lightning Yellow

📋 copy color: '#FAA723'

red 250 ◦ green 167 ◦ blue 35

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

Shades of Lightning Yellow #FAA723

Tints of Lightning Yellow #FAA723

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.95%

 BLUE value IS 35 (14.06% from 255) = 7.74%

R = 55.31%
G = 36.95%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAA723 (or 0xFAA723) is known color: Lightning Yellow. HEX triplet: FA, A7 and 23. RGB value is (250,167,35). Sum of RGB (Red+Green+Blue) = 250+167+35=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 35 (14.06% from 255 or 7.74% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA723 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA723 is #0558DC. Grayscale: #B1B1B1. Windows color (decimal): -350429 or 2336762. OLE color: 2336762.

HSL color Cylindrical-coordinate representation of color #FAA723: hue angle of 36.84º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAA723 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 167 35 -
CMYK 0 0.33 0.86 0.02
HSL 36.84º 0.96% 0.56% -
HSV(B) 36.84º 0.86% 0.98% -
XYZ 53.55 48.08 8.05 -
YUV 176.77 48 180.23 -
System Red Green Blue C M Y K H S L
Decimal 250 167 35 0 0.33 0.86 0.02 36.84 0.96 0.56
Hex FA A7 23 0 21 56 2 25 60 38
Octal 372 247 43 0 41 126 2 45 140 70
Binary 11111010 10100111 100011 0 100001 1010110 10 100101 1100000 111000

Color Harmonies of #FAA723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA723

Black with #FAA723

Text Example


Text Example

White with #FAA723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA723; }

 p { color: rgb(250,167,35); }

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

background-color css

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

 a { background-color: rgb(250,167,35); }

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

border-color css

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

 span { border-color: rgb(250,167,35); }

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