Html Css Color HEX #FCAC2B Lightning Yellow

📋 copy color: '#FCAC2B'

red 252 ◦ green 172 ◦ blue 43

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

Shades of Lightning Yellow #FCAC2B

Tints of Lightning Yellow #FCAC2B

RGB

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

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

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

R = 53.96%
G = 36.83%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCAC2B (or 0xFCAC2B) is known color: Lightning Yellow. HEX triplet: FC, AC and 2B. RGB value is (252,172,43). Sum of RGB (Red+Green+Blue) = 252+172+43=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC2B is #0353D4. Grayscale: #B5B5B5. Windows color (decimal): -218069 or 2862332. OLE color: 2862332.

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

Color convert

RGB 252 172 43 -
CMYK 0 0.32 0.83 0.01
HSL 37.03º 0.97% 0.58% -
HSV(B) 37.03º 0.83% 0.99% -
XYZ 55.33 50.37 9.09 -
YUV 181.21 50 178.49 -
System Red Green Blue C M Y K H S L
Decimal 252 172 43 0 0.32 0.83 0.01 37.03 0.97 0.58
Hex FC AC 2B 0 20 53 1 25 61 3A
Octal 374 254 53 0 40 123 1 45 141 72
Binary 11111100 10101100 101011 0 100000 1010011 1 100101 1100001 111010

Color Harmonies of #FCAC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC2B

Black with #FCAC2B

Text Example


Text Example

White with #FCAC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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