Html Css Color HEX #FCC526 Turbo

📋 copy color: '#FCC526'

red 252 ◦ green 197 ◦ blue 38

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

Shades of Turbo #FCC526

Tints of Turbo #FCC526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.8%

R = 51.75%
G = 40.45%
B = 7.8%

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

#FCC526 (or 0xFCC526) is known color: Turbo. HEX triplet: FC, C5 and 26. RGB value is (252,197,38). Sum of RGB (Red+Green+Blue) = 252+197+38=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 38 (15.23% from 255 or 7.80% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC526 is #033AD9. Grayscale: #C4C4C4. Windows color (decimal): -211674 or 2541052. OLE color: 2541052.

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

Color convert

RGB 252 197 38 -
CMYK 0 0.22 0.85 0.01
HSL 44.58º 0.97% 0.57% -
HSV(B) 44.58º 0.85% 0.99% -
XYZ 60.46 60.77 10.38 -
YUV 195.32 39.22 168.43 -
System Red Green Blue C M Y K H S L
Decimal 252 197 38 0 0.22 0.85 0.01 44.58 0.97 0.57
Hex FC C5 26 0 16 55 1 2D 61 39
Octal 374 305 46 0 26 125 1 55 141 71
Binary 11111100 11000101 100110 0 10110 1010101 1 101101 1100001 111001

Color Harmonies of #FCC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC526

Black with #FCC526

Text Example


Text Example

White with #FCC526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC526; }

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

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

background-color css

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

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

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

border-color css

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

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

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