Html Css Color HEX #FDC421 Turbo

📋 copy color: '#FDC421'

red 253 ◦ green 196 ◦ blue 33

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

Shades of Turbo #FDC421

Tints of Turbo #FDC421

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.66%

 BLUE value IS 33 (13.28% from 255) = 6.85%

R = 52.49%
G = 40.66%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDC421 (or 0xFDC421) is known color: Turbo. HEX triplet: FD, C4 and 21. RGB value is (253,196,33). Sum of RGB (Red+Green+Blue) = 253+196+33=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC421 is #023BDE. Grayscale: #C3C3C3. Windows color (decimal): -146399 or 2213117. OLE color: 2213117.

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

Color convert

RGB 253 196 33 -
CMYK 0 0.23 0.87 0.01
HSL 44.45º 0.98% 0.56% -
HSV(B) 44.45º 0.87% 0.99% -
XYZ 60.52 60.47 9.92 -
YUV 194.46 36.88 169.75 -
System Red Green Blue C M Y K H S L
Decimal 253 196 33 0 0.23 0.87 0.01 44.45 0.98 0.56
Hex FD C4 21 0 17 57 1 2C 62 38
Octal 375 304 41 0 27 127 1 54 142 70
Binary 11111101 11000100 100001 0 10111 1010111 1 101100 1100010 111000

Color Harmonies of #FDC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC421

Black with #FDC421

Text Example


Text Example

White with #FDC421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC421; }

 p { color: rgb(253,196,33); }

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

background-color css

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

 a { background-color: rgb(253,196,33); }

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

border-color css

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

 span { border-color: rgb(253,196,33); }

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