Html Css Color HEX #FCD526 Turbo

📋 copy color: '#FCD526'

red 252 ◦ green 213 ◦ blue 38

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

Shades of Turbo #FCD526

Tints of Turbo #FCD526

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.35%

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

R = 50.1%
G = 42.35%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCD526 (or 0xFCD526) is known color: Turbo. HEX triplet: FC, D5 and 26. RGB value is (252,213,38). Sum of RGB (Red+Green+Blue) = 252+213+38=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 38 (15.23% from 255 or 7.55% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD526 is #032AD9. Grayscale: #CDCDCD. Windows color (decimal): -207578 or 2545148. OLE color: 2545148.

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

Color convert

RGB 252 213 38 -
CMYK 0 0.15 0.85 0.01
HSL 49.07º 0.97% 0.57% -
HSV(B) 49.07º 0.85% 0.99% -
XYZ 64.29 68.42 11.65 -
YUV 204.71 33.92 161.73 -
System Red Green Blue C M Y K H S L
Decimal 252 213 38 0 0.15 0.85 0.01 49.07 0.97 0.57
Hex FC D5 26 0 F 55 1 31 61 39
Octal 374 325 46 0 17 125 1 61 141 71
Binary 11111100 11010101 100110 0 1111 1010101 1 110001 1100001 111001

Color Harmonies of #FCD526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD526

Black with #FCD526

Text Example


Text Example

White with #FCD526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD526; }

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

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

background-color css

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

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

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

border-color css

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

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

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