Html Css Color HEX #FCCD13 Turbo

📋 copy color: '#FCCD13'

red 252 ◦ green 205 ◦ blue 19

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

Shades of Turbo #FCCD13

Tints of Turbo #FCCD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.99%

R = 52.94%
G = 43.07%
B = 3.99%

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

#FCCD13 (or 0xFCCD13) is known color: Turbo. HEX triplet: FC, CD and 13. RGB value is (252,205,19). Sum of RGB (Red+Green+Blue) = 252+205+19=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCD13 is #0332EC. Grayscale: #C6C6C6. Windows color (decimal): -209645 or 1297916. OLE color: 1297916.

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

Color convert

RGB 252 205 19 -
CMYK 0 0.19 0.92 0.01
HSL 47.9º 0.97% 0.53% -
HSV(B) 47.9º 0.92% 0.99% -
XYZ 62.09 64.41 9.77 -
YUV 197.85 27.07 166.62 -
System Red Green Blue C M Y K H S L
Decimal 252 205 19 0 0.19 0.92 0.01 47.9 0.97 0.53
Hex FC CD 13 0 13 5C 1 30 61 35
Octal 374 315 23 0 23 134 1 60 141 65
Binary 11111100 11001101 10011 0 10011 1011100 1 110000 1100001 110101

Color Harmonies of #FCCD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD13

Black with #FCCD13

Text Example


Text Example

White with #FCCD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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