Html Css Color HEX #FCCD19 Turbo

📋 copy color: '#FCCD19'

red 252 ◦ green 205 ◦ blue 25

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

Shades of Turbo #FCCD19

Tints of Turbo #FCCD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.19%

R = 52.28%
G = 42.53%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCCD19 (or 0xFCCD19) is known color: Turbo. HEX triplet: FC, CD and 19. RGB value is (252,205,25). Sum of RGB (Red+Green+Blue) = 252+205+25=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCD19 is #0332E6. Grayscale: #C7C7C7. Windows color (decimal): -209639 or 1691132. OLE color: 1691132.

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

Color convert

RGB 252 205 25 -
CMYK 0 0.19 0.90 0.01
HSL 47.58º 0.97% 0.54% -
HSV(B) 47.58º 0.9% 0.99% -
XYZ 62.15 64.43 10.08 -
YUV 198.53 30.07 166.14 -
System Red Green Blue C M Y K H S L
Decimal 252 205 25 0 0.19 0.90 0.01 47.58 0.97 0.54
Hex FC CD 19 0 13 5A 1 30 61 36
Octal 374 315 31 0 23 132 1 60 141 66
Binary 11111100 11001101 11001 0 10011 1011010 1 110000 1100001 110110

Color Harmonies of #FCCD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD19

Black with #FCCD19

Text Example


Text Example

White with #FCCD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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