Html Css Color HEX #FDC813 Turbo

📋 copy color: '#FDC813'

red 253 ◦ green 200 ◦ blue 19

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

Shades of Turbo #FDC813

Tints of Turbo #FDC813

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.37%

 BLUE value IS 19 (7.81% from 255) = 4.03%

R = 53.6%
G = 42.37%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDC813 (or 0xFDC813) is known color: Turbo. HEX triplet: FD, C8 and 13. RGB value is (253,200,19). Sum of RGB (Red+Green+Blue) = 253+200+19=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC813 is #0237EC. Grayscale: #C3C3C3. Windows color (decimal): -145389 or 1296637. OLE color: 1296637.

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

Color convert

RGB 253 200 19 -
CMYK 0 0.21 0.92 0.01
HSL 46.41º 0.98% 0.53% -
HSV(B) 46.41º 0.92% 0.99% -
XYZ 61.28 62.24 9.4 -
YUV 195.21 28.56 169.22 -
System Red Green Blue C M Y K H S L
Decimal 253 200 19 0 0.21 0.92 0.01 46.41 0.98 0.53
Hex FD C8 13 0 15 5C 1 2E 62 35
Octal 375 310 23 0 25 134 1 56 142 65
Binary 11111101 11001000 10011 0 10101 1011100 1 101110 1100010 110101

Color Harmonies of #FDC813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC813

Black with #FDC813

Text Example


Text Example

White with #FDC813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC813; }

 p { color: rgb(253,200,19); }

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

background-color css

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

 a { background-color: rgb(253,200,19); }

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

border-color css

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

 span { border-color: rgb(253,200,19); }

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