Html Css Color HEX #FCAC27 Lightning Yellow

📋 copy color: '#FCAC27'

red 252 ◦ green 172 ◦ blue 39

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

Shades of Lightning Yellow #FCAC27

Tints of Lightning Yellow #FCAC27

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.15%

 BLUE value IS 39 (15.63% from 255) = 8.42%

R = 54.43%
G = 37.15%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCAC27 (or 0xFCAC27) is known color: Lightning Yellow. HEX triplet: FC, AC and 27. RGB value is (252,172,39). Sum of RGB (Red+Green+Blue) = 252+172+39=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 39 (15.62% from 255 or 8.42% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC27 is #0353D8. Grayscale: #B5B5B5. Windows color (decimal): -218073 or 2600188. OLE color: 2600188.

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

Color convert

RGB 252 172 39 -
CMYK 0 0.32 0.85 0.01
HSL 37.46º 0.97% 0.57% -
HSV(B) 37.46º 0.85% 0.99% -
XYZ 55.26 50.35 8.72 -
YUV 180.76 48 178.81 -
System Red Green Blue C M Y K H S L
Decimal 252 172 39 0 0.32 0.85 0.01 37.46 0.97 0.57
Hex FC AC 27 0 20 55 1 25 61 39
Octal 374 254 47 0 40 125 1 45 141 71
Binary 11111100 10101100 100111 0 100000 1010101 1 100101 1100001 111001

Color Harmonies of #FCAC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC27

Black with #FCAC27

Text Example


Text Example

White with #FCAC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC27; }

 p { color: rgb(252,172,39); }

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

background-color css

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

 a { background-color: rgb(252,172,39); }

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

border-color css

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

 span { border-color: rgb(252,172,39); }

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