Html Css Color HEX #FCA223 Lightning Yellow

📋 copy color: '#FCA223'

red 252 ◦ green 162 ◦ blue 35

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

Shades of Lightning Yellow #FCA223

Tints of Lightning Yellow #FCA223

RGB

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

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

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

R = 56.12%
G = 36.08%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCA223 (or 0xFCA223) is known color: Lightning Yellow. HEX triplet: FC, A2 and 23. RGB value is (252,162,35). Sum of RGB (Red+Green+Blue) = 252+162+35=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA223 is #035DDC. Grayscale: #AFAFAF. Windows color (decimal): -220637 or 2335484. OLE color: 2335484.

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

Color convert

RGB 252 162 35 -
CMYK 0 0.36 0.86 0.01
HSL 35.12º 0.97% 0.56% -
HSV(B) 35.12º 0.86% 0.99% -
XYZ 53.37 46.66 7.78 -
YUV 174.43 49.32 183.33 -
System Red Green Blue C M Y K H S L
Decimal 252 162 35 0 0.36 0.86 0.01 35.12 0.97 0.56
Hex FC A2 23 0 24 56 1 23 61 38
Octal 374 242 43 0 44 126 1 43 141 70
Binary 11111100 10100010 100011 0 100100 1010110 1 100011 1100001 111000

Color Harmonies of #FCA223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA223

Black with #FCA223

Text Example


Text Example

White with #FCA223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA223; }

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

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

background-color css

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

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

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

border-color css

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

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

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