Html Css Color HEX #FCA23C Lightning Yellow

📋 copy color: '#FCA23C'

red 252 ◦ green 162 ◦ blue 60

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

Shades of Lightning Yellow #FCA23C

Tints of Lightning Yellow #FCA23C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.18%

 BLUE value IS 60 (23.83% from 255) = 12.66%

R = 53.16%
G = 34.18%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCA23C (or 0xFCA23C) is known color: Lightning Yellow. HEX triplet: FC, A2 and 3C. RGB value is (252,162,60). Sum of RGB (Red+Green+Blue) = 252+162+60=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA23C is #035DC3. Grayscale: #B1B1B1. Windows color (decimal): -220612 or 3973884. OLE color: 3973884.

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

Color convert

RGB 252 162 60 -
CMYK 0 0.36 0.76 0.01
HSL 31.88º 0.97% 0.61% -
HSV(B) 31.88º 0.76% 0.99% -
XYZ 53.88 46.86 10.48 -
YUV 177.28 61.82 181.29 -
System Red Green Blue C M Y K H S L
Decimal 252 162 60 0 0.36 0.76 0.01 31.88 0.97 0.61
Hex FC A2 3C 0 24 4C 1 20 61 3D
Octal 374 242 74 0 44 114 1 40 141 75
Binary 11111100 10100010 111100 0 100100 1001100 1 100000 1100001 111101

Color Harmonies of #FCA23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA23C

Black with #FCA23C

Text Example


Text Example

White with #FCA23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA23C; }

 p { color: rgb(252,162,60); }

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

background-color css

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

 a { background-color: rgb(252,162,60); }

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

border-color css

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

 span { border-color: rgb(252,162,60); }

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