Html Css Color HEX #FCD027 Turbo

📋 copy color: '#FCD027'

red 252 ◦ green 208 ◦ blue 39

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

Shades of Turbo #FCD027

Tints of Turbo #FCD027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.82%

R = 50.5%
G = 41.68%
B = 7.82%

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

#FCD027 (or 0xFCD027) is known color: Turbo. HEX triplet: FC, D0 and 27. RGB value is (252,208,39). Sum of RGB (Red+Green+Blue) = 252+208+39=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 39 (15.62% from 255 or 7.82% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD027 is #032FD8. Grayscale: #CACACA. Windows color (decimal): -208857 or 2609404. OLE color: 2609404.

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

Color convert

RGB 252 208 39 -
CMYK 0 0.17 0.85 0.01
HSL 47.61º 0.97% 0.57% -
HSV(B) 47.61º 0.85% 0.99% -
XYZ 63.07 65.95 11.33 -
YUV 201.89 36.08 163.74 -
System Red Green Blue C M Y K H S L
Decimal 252 208 39 0 0.17 0.85 0.01 47.61 0.97 0.57
Hex FC D0 27 0 11 55 1 30 61 39
Octal 374 320 47 0 21 125 1 60 141 71
Binary 11111100 11010000 100111 0 10001 1010101 1 110000 1100001 111001

Color Harmonies of #FCD027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD027

Black with #FCD027

Text Example


Text Example

White with #FCD027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD027; }

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

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

background-color css

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

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

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

border-color css

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

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

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