Html Css Color HEX #FCCD1D Turbo

📋 copy color: '#FCCD1D'

red 252 ◦ green 205 ◦ blue 29

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

Shades of Turbo #FCCD1D

Tints of Turbo #FCCD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.97%

R = 51.85%
G = 42.18%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCCD1D (or 0xFCCD1D) is known color: Turbo. HEX triplet: FC, CD and 1D. RGB value is (252,205,29). Sum of RGB (Red+Green+Blue) = 252+205+29=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD1D is #0332E2. Grayscale: #C7C7C7. Windows color (decimal): -209635 or 1953276. OLE color: 1953276.

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

Color convert

RGB 252 205 29 -
CMYK 0 0.19 0.88 0.01
HSL 47.35º 0.97% 0.55% -
HSV(B) 47.35º 0.88% 0.99% -
XYZ 62.2 64.45 10.32 -
YUV 198.99 32.07 165.81 -
System Red Green Blue C M Y K H S L
Decimal 252 205 29 0 0.19 0.88 0.01 47.35 0.97 0.55
Hex FC CD 1D 0 13 58 1 2F 61 37
Octal 374 315 35 0 23 130 1 57 141 67
Binary 11111100 11001101 11101 0 10011 1011000 1 101111 1100001 110111

Color Harmonies of #FCCD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD1D

Black with #FCCD1D

Text Example


Text Example

White with #FCCD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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