Html Css Color HEX #FCC61D Turbo

📋 copy color: '#FCC61D'

red 252 ◦ green 198 ◦ blue 29

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

Shades of Turbo #FCC61D

Tints of Turbo #FCC61D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.34%

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

R = 52.61%
G = 41.34%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCC61D (or 0xFCC61D) is known color: Turbo. HEX triplet: FC, C6 and 1D. RGB value is (252,198,29). Sum of RGB (Red+Green+Blue) = 252+198+29=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC61D is #0339E2. Grayscale: #C3C3C3. Windows color (decimal): -211427 or 1951484. OLE color: 1951484.

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

Color convert

RGB 252 198 29 -
CMYK 0 0.21 0.88 0.01
HSL 45.47º 0.97% 0.55% -
HSV(B) 45.47º 0.88% 0.99% -
XYZ 60.56 61.17 9.78 -
YUV 194.88 34.39 168.74 -
System Red Green Blue C M Y K H S L
Decimal 252 198 29 0 0.21 0.88 0.01 45.47 0.97 0.55
Hex FC C6 1D 0 15 58 1 2D 61 37
Octal 374 306 35 0 25 130 1 55 141 67
Binary 11111100 11000110 11101 0 10101 1011000 1 101101 1100001 110111

Color Harmonies of #FCC61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC61D

Black with #FCC61D

Text Example


Text Example

White with #FCC61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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