Html Css Color HEX #FDC61F Turbo

📋 copy color: '#FDC61F'

red 253 ◦ green 198 ◦ blue 31

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

Shades of Turbo #FDC61F

Tints of Turbo #FDC61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.43%

R = 52.49%
G = 41.08%
B = 6.43%

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

#FDC61F (or 0xFDC61F) is known color: Turbo. HEX triplet: FD, C6 and 1F. RGB value is (253,198,31). Sum of RGB (Red+Green+Blue) = 253+198+31=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC61F is #0239E0. Grayscale: #C4C4C4. Windows color (decimal): -145889 or 2082557. OLE color: 2082557.

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

Color convert

RGB 253 198 31 -
CMYK 0 0.22 0.88 0.01
HSL 45.14º 0.98% 0.56% -
HSV(B) 45.14º 0.88% 0.99% -
XYZ 60.95 61.37 9.93 -
YUV 195.41 35.22 169.08 -
System Red Green Blue C M Y K H S L
Decimal 253 198 31 0 0.22 0.88 0.01 45.14 0.98 0.56
Hex FD C6 1F 0 16 58 1 2D 62 38
Octal 375 306 37 0 26 130 1 55 142 70
Binary 11111101 11000110 11111 0 10110 1011000 1 101101 1100010 111000

Color Harmonies of #FDC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC61F

Black with #FDC61F

Text Example


Text Example

White with #FDC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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