Html Css Color HEX #FCD026 Turbo

📋 copy color: '#FCD026'

red 252 ◦ green 208 ◦ blue 38

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

Shades of Turbo #FCD026

Tints of Turbo #FCD026

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.77%

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

R = 50.6%
G = 41.77%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCD026 (or 0xFCD026) is known color: Turbo. HEX triplet: FC, D0 and 26. RGB value is (252,208,38). Sum of RGB (Red+Green+Blue) = 252+208+38=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD026 is #032FD9. Grayscale: #CACACA. Windows color (decimal): -208858 or 2543868. OLE color: 2543868.

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

Color convert

RGB 252 208 38 -
CMYK 0 0.17 0.85 0.01
HSL 47.66º 0.97% 0.57% -
HSV(B) 47.66º 0.85% 0.99% -
XYZ 63.05 65.95 11.24 -
YUV 201.78 35.58 163.82 -
System Red Green Blue C M Y K H S L
Decimal 252 208 38 0 0.17 0.85 0.01 47.66 0.97 0.57
Hex FC D0 26 0 11 55 1 30 61 39
Octal 374 320 46 0 21 125 1 60 141 71
Binary 11111100 11010000 100110 0 10001 1010101 1 110000 1100001 111001

Color Harmonies of #FCD026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD026

Black with #FCD026

Text Example


Text Example

White with #FCD026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD026; }

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

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

background-color css

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

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

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

border-color css

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

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

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