Html Css Color HEX #FCA42B Lightning Yellow

📋 copy color: '#FCA42B'

red 252 ◦ green 164 ◦ blue 43

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

Shades of Lightning Yellow #FCA42B

Tints of Lightning Yellow #FCA42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.73%

 BLUE value IS 43 (17.19% from 255) = 9.37%

R = 54.9%
G = 35.73%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCA42B (or 0xFCA42B) is known color: Lightning Yellow. HEX triplet: FC, A4 and 2B. RGB value is (252,164,43). Sum of RGB (Red+Green+Blue) = 252+164+43=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 43 (17.19% from 255 or 9.37% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA42B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA42B is #035BD4. Grayscale: #B1B1B1. Windows color (decimal): -220117 or 2860284. OLE color: 2860284.

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

Color convert

RGB 252 164 43 -
CMYK 0 0.35 0.83 0.01
HSL 34.74º 0.97% 0.58% -
HSV(B) 34.74º 0.83% 0.99% -
XYZ 53.86 47.42 8.6 -
YUV 176.52 52.65 181.84 -
System Red Green Blue C M Y K H S L
Decimal 252 164 43 0 0.35 0.83 0.01 34.74 0.97 0.58
Hex FC A4 2B 0 23 53 1 23 61 3A
Octal 374 244 53 0 43 123 1 43 141 72
Binary 11111100 10100100 101011 0 100011 1010011 1 100011 1100001 111010

Color Harmonies of #FCA42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA42B

Black with #FCA42B

Text Example


Text Example

White with #FCA42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA42B; }

 p { color: rgb(252,164,43); }

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

background-color css

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

 a { background-color: rgb(252,164,43); }

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

border-color css

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

 span { border-color: rgb(252,164,43); }

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