Html Css Color HEX #FDC61C Turbo

📋 copy color: '#FDC61C'

red 253 ◦ green 198 ◦ blue 28

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

Shades of Turbo #FDC61C

Tints of Turbo #FDC61C

RGB

 RED value IS 253 (99.22% from 255) = 52.82%

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

 BLUE value IS 28 (11.33% from 255) = 5.85%

R = 52.82%
G = 41.34%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDC61C (or 0xFDC61C) is known color: Turbo. HEX triplet: FD, C6 and 1C. RGB value is (253,198,28). Sum of RGB (Red+Green+Blue) = 253+198+28=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 28 (11.33% from 255 or 5.85% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC61C is #0239E3. Grayscale: #C3C3C3. Windows color (decimal): -145892 or 1885949. OLE color: 1885949.

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

Color convert

RGB 253 198 28 -
CMYK 0 0.22 0.89 0.01
HSL 45.33º 0.98% 0.55% -
HSV(B) 45.33º 0.89% 0.99% -
XYZ 60.91 61.35 9.73 -
YUV 195.07 33.72 169.32 -
System Red Green Blue C M Y K H S L
Decimal 253 198 28 0 0.22 0.89 0.01 45.33 0.98 0.55
Hex FD C6 1C 0 16 59 1 2D 62 37
Octal 375 306 34 0 26 131 1 55 142 67
Binary 11111101 11000110 11100 0 10110 1011001 1 101101 1100010 110111

Color Harmonies of #FDC61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC61C

Black with #FDC61C

Text Example


Text Example

White with #FDC61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC61C; }

 p { color: rgb(253,198,28); }

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

background-color css

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

 a { background-color: rgb(253,198,28); }

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

border-color css

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

 span { border-color: rgb(253,198,28); }

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