Html Css Color HEX #FDC61E Turbo

📋 copy color: '#FDC61E'

red 253 ◦ green 198 ◦ blue 30

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

Shades of Turbo #FDC61E

Tints of Turbo #FDC61E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.24%

R = 52.6%
G = 41.16%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDC61E (or 0xFDC61E) is known color: Turbo. HEX triplet: FD, C6 and 1E. RGB value is (253,198,30). Sum of RGB (Red+Green+Blue) = 253+198+30=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 30 (12.11% from 255 or 6.24% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC61E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC61E is #0239E1. Grayscale: #C4C4C4. Windows color (decimal): -145890 or 2017021. OLE color: 2017021.

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

Color convert

RGB 253 198 30 -
CMYK 0 0.22 0.88 0.01
HSL 45.2º 0.98% 0.55% -
HSV(B) 45.2º 0.88% 0.99% -
XYZ 60.94 61.36 9.86 -
YUV 195.29 34.72 169.16 -
System Red Green Blue C M Y K H S L
Decimal 253 198 30 0 0.22 0.88 0.01 45.2 0.98 0.55
Hex FD C6 1E 0 16 58 1 2D 62 37
Octal 375 306 36 0 26 130 1 55 142 67
Binary 11111101 11000110 11110 0 10110 1011000 1 101101 1100010 110111

Color Harmonies of #FDC61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC61E

Black with #FDC61E

Text Example


Text Example

White with #FDC61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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