Html Css Color HEX #FCAD26 Lightning Yellow

📋 copy color: '#FCAD26'

red 252 ◦ green 173 ◦ blue 38

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

Shades of Lightning Yellow #FCAD26

Tints of Lightning Yellow #FCAD26

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.37%

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

R = 54.43%
G = 37.37%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCAD26 (or 0xFCAD26) is known color: Lightning Yellow. HEX triplet: FC, AD and 26. RGB value is (252,173,38). Sum of RGB (Red+Green+Blue) = 252+173+38=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 38 (15.23% from 255 or 8.21% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAD26 is #0352D9. Grayscale: #B5B5B5. Windows color (decimal): -217818 or 2534908. OLE color: 2534908.

HSL color Cylindrical-coordinate representation of color #FCAD26: hue angle of 37.85º 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 #FCAD26 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 173 38 -
CMYK 0 0.31 0.85 0.01
HSL 37.85º 0.97% 0.57% -
HSV(B) 37.85º 0.85% 0.99% -
XYZ 55.44 50.72 8.7 -
YUV 181.23 47.17 178.48 -
System Red Green Blue C M Y K H S L
Decimal 252 173 38 0 0.31 0.85 0.01 37.85 0.97 0.57
Hex FC AD 26 0 1F 55 1 26 61 39
Octal 374 255 46 0 37 125 1 46 141 71
Binary 11111100 10101101 100110 0 11111 1010101 1 100110 1100001 111001

Color Harmonies of #FCAD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD26

Black with #FCAD26

Text Example


Text Example

White with #FCAD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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