Html Css Color HEX #FCCD14 Turbo

📋 copy color: '#FCCD14'

red 252 ◦ green 205 ◦ blue 20

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

Shades of Turbo #FCCD14

Tints of Turbo #FCCD14

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.98%

 BLUE value IS 20 (8.2% from 255) = 4.19%

R = 52.83%
G = 42.98%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCCD14 (or 0xFCCD14) is known color: Turbo. HEX triplet: FC, CD and 14. RGB value is (252,205,20). Sum of RGB (Red+Green+Blue) = 252+205+20=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCD14 is #0332EB. Grayscale: #C6C6C6. Windows color (decimal): -209644 or 1363452. OLE color: 1363452.

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

Color convert

RGB 252 205 20 -
CMYK 0 0.19 0.92 0.01
HSL 47.84º 0.97% 0.53% -
HSV(B) 47.84º 0.92% 0.99% -
XYZ 62.1 64.41 9.82 -
YUV 197.96 27.57 166.54 -
System Red Green Blue C M Y K H S L
Decimal 252 205 20 0 0.19 0.92 0.01 47.84 0.97 0.53
Hex FC CD 14 0 13 5C 1 30 61 35
Octal 374 315 24 0 23 134 1 60 141 65
Binary 11111100 11001101 10100 0 10011 1011100 1 110000 1100001 110101

Color Harmonies of #FCCD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD14

Black with #FCCD14

Text Example


Text Example

White with #FCCD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD14; }

 p { color: rgb(252,205,20); }

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

background-color css

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

 a { background-color: rgb(252,205,20); }

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

border-color css

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

 span { border-color: rgb(252,205,20); }

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