Html Css Color HEX #FCA022 Lightning Yellow

📋 copy color: '#FCA022'

red 252 ◦ green 160 ◦ blue 34

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

Shades of Lightning Yellow #FCA022

Tints of Lightning Yellow #FCA022

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.87%

 BLUE value IS 34 (13.67% from 255) = 7.62%

R = 56.5%
G = 35.87%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCA022 (or 0xFCA022) is known color: Lightning Yellow. HEX triplet: FC, A0 and 22. RGB value is (252,160,34). Sum of RGB (Red+Green+Blue) = 252+160+34=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA022 is #035FDD. Grayscale: #ADADAD. Windows color (decimal): -221150 or 2269436. OLE color: 2269436.

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

Color convert

RGB 252 160 34 -
CMYK 0 0.37 0.87 0.01
HSL 34.68º 0.97% 0.56% -
HSV(B) 34.68º 0.87% 0.99% -
XYZ 53 45.95 7.59 -
YUV 173.14 49.48 184.25 -
System Red Green Blue C M Y K H S L
Decimal 252 160 34 0 0.37 0.87 0.01 34.68 0.97 0.56
Hex FC A0 22 0 25 57 1 23 61 38
Octal 374 240 42 0 45 127 1 43 141 70
Binary 11111100 10100000 100010 0 100101 1010111 1 100011 1100001 111000

Color Harmonies of #FCA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA022

Black with #FCA022

Text Example


Text Example

White with #FCA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA022; }

 p { color: rgb(252,160,34); }

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

background-color css

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

 a { background-color: rgb(252,160,34); }

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

border-color css

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

 span { border-color: rgb(252,160,34); }

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