Html Css Color HEX #FCAA26 Lightning Yellow

📋 copy color: '#FCAA26'

red 252 ◦ green 170 ◦ blue 38

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

Shades of Lightning Yellow #FCAA26

Tints of Lightning Yellow #FCAA26

RGB

 RED value IS 252 (98.83% from 255) = 54.78%

 GREEN value IS 170 (66.8% from 255) = 36.96%

 BLUE value IS 38 (15.23% from 255) = 8.26%

R = 54.78%
G = 36.96%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCAA26 (or 0xFCAA26) is known color: Lightning Yellow. HEX triplet: FC, AA and 26. RGB value is (252,170,38). Sum of RGB (Red+Green+Blue) = 252+170+38=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA26 is #0355D9. Grayscale: #B4B4B4. Windows color (decimal): -218586 or 2534140. OLE color: 2534140.

HSL color Cylindrical-coordinate representation of color #FCAA26: hue angle of 37.01º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCAA26 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 38 -
CMYK 0 0.33 0.85 0.01
HSL 37.01º 0.97% 0.57% -
HSV(B) 37.01º 0.85% 0.99% -
XYZ 54.87 49.58 8.51 -
YUV 179.47 48.17 179.73 -
System Red Green Blue C M Y K H S L
Decimal 252 170 38 0 0.33 0.85 0.01 37.01 0.97 0.57
Hex FC AA 26 0 21 55 1 25 61 39
Octal 374 252 46 0 41 125 1 45 141 71
Binary 11111100 10101010 100110 0 100001 1010101 1 100101 1100001 111001

Color Harmonies of #FCAA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA26

Black with #FCAA26

Text Example


Text Example

White with #FCAA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA26; }

 p { color: rgb(252,170,38); }

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

background-color css

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

 a { background-color: rgb(252,170,38); }

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

border-color css

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

 span { border-color: rgb(252,170,38); }

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