Html Css Color HEX #FCC524 Turbo

📋 copy color: '#FCC524'

red 252 ◦ green 197 ◦ blue 36

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

Shades of Turbo #FCC524

Tints of Turbo #FCC524

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.62%

 BLUE value IS 36 (14.45% from 255) = 7.42%

R = 51.96%
G = 40.62%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCC524 (or 0xFCC524) is known color: Turbo. HEX triplet: FC, C5 and 24. RGB value is (252,197,36). Sum of RGB (Red+Green+Blue) = 252+197+36=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 36 (14.45% from 255 or 7.42% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC524 is #033ADB. Grayscale: #C3C3C3. Windows color (decimal): -211676 or 2409980. OLE color: 2409980.

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

Color convert

RGB 252 197 36 -
CMYK 0 0.22 0.86 0.01
HSL 44.72º 0.97% 0.56% -
HSV(B) 44.72º 0.86% 0.99% -
XYZ 60.43 60.76 10.21 -
YUV 195.09 38.22 168.59 -
System Red Green Blue C M Y K H S L
Decimal 252 197 36 0 0.22 0.86 0.01 44.72 0.97 0.56
Hex FC C5 24 0 16 56 1 2D 61 38
Octal 374 305 44 0 26 126 1 55 141 70
Binary 11111100 11000101 100100 0 10110 1010110 1 101101 1100001 111000

Color Harmonies of #FCC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC524

Black with #FCC524

Text Example


Text Example

White with #FCC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC524; }

 p { color: rgb(252,197,36); }

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

background-color css

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

 a { background-color: rgb(252,197,36); }

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

border-color css

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

 span { border-color: rgb(252,197,36); }

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