Html Css Color HEX #FCC525 Turbo

📋 copy color: '#FCC525'

red 252 ◦ green 197 ◦ blue 37

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

Shades of Turbo #FCC525

Tints of Turbo #FCC525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.61%

R = 51.85%
G = 40.53%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCC525 (or 0xFCC525) is known color: Turbo. HEX triplet: FC, C5 and 25. RGB value is (252,197,37). Sum of RGB (Red+Green+Blue) = 252+197+37=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 37 (14.84% from 255 or 7.61% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC525 is #033ADA. Grayscale: #C3C3C3. Windows color (decimal): -211675 or 2475516. OLE color: 2475516.

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

Color convert

RGB 252 197 37 -
CMYK 0 0.22 0.85 0.01
HSL 44.65º 0.97% 0.57% -
HSV(B) 44.65º 0.85% 0.99% -
XYZ 60.45 60.76 10.29 -
YUV 195.21 38.72 168.51 -
System Red Green Blue C M Y K H S L
Decimal 252 197 37 0 0.22 0.85 0.01 44.65 0.97 0.57
Hex FC C5 25 0 16 55 1 2D 61 39
Octal 374 305 45 0 26 125 1 55 141 71
Binary 11111100 11000101 100101 0 10110 1010101 1 101101 1100001 111001

Color Harmonies of #FCC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC525

Black with #FCC525

Text Example


Text Example

White with #FCC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC525; }

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

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

background-color css

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

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

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

border-color css

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

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

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