Html Css Color HEX #FDC815 Turbo

📋 copy color: '#FDC815'

red 253 ◦ green 200 ◦ blue 21

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

Shades of Turbo #FDC815

Tints of Turbo #FDC815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.43%

R = 53.38%
G = 42.19%
B = 4.43%

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

#FDC815 (or 0xFDC815) is known color: Turbo. HEX triplet: FD, C8 and 15. RGB value is (253,200,21). Sum of RGB (Red+Green+Blue) = 253+200+21=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 21 (8.59% from 255 or 4.43% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC815 is #0237EA. Grayscale: #C4C4C4. Windows color (decimal): -145387 or 1427709. OLE color: 1427709.

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

Color convert

RGB 253 200 21 -
CMYK 0 0.21 0.92 0.01
HSL 46.29º 0.98% 0.54% -
HSV(B) 46.29º 0.92% 0.99% -
XYZ 61.3 62.25 9.49 -
YUV 195.44 29.56 169.05 -
System Red Green Blue C M Y K H S L
Decimal 253 200 21 0 0.21 0.92 0.01 46.29 0.98 0.54
Hex FD C8 15 0 15 5C 1 2E 62 36
Octal 375 310 25 0 25 134 1 56 142 66
Binary 11111101 11001000 10101 0 10101 1011100 1 101110 1100010 110110

Color Harmonies of #FDC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC815

Black with #FDC815

Text Example


Text Example

White with #FDC815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC815; }

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

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

background-color css

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

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

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

border-color css

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

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

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