Html Css Color HEX #FDD41C Turbo

📋 copy color: '#FDD41C'

red 253 ◦ green 212 ◦ blue 28

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

Shades of Turbo #FDD41C

Tints of Turbo #FDD41C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43%

 BLUE value IS 28 (11.33% from 255) = 5.68%

R = 51.32%
G = 43%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDD41C (or 0xFDD41C) is known color: Turbo. HEX triplet: FD, D4 and 1C. RGB value is (253,212,28). Sum of RGB (Red+Green+Blue) = 253+212+28=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 28 (11.33% from 255 or 5.68% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD41C is #022BE3. Grayscale: #CCCCCC. Windows color (decimal): -142308 or 1889533. OLE color: 1889533.

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

Color convert

RGB 253 212 28 -
CMYK 0 0.16 0.89 0.01
HSL 49.07º 0.98% 0.55% -
HSV(B) 49.07º 0.89% 0.99% -
XYZ 64.26 68.05 10.85 -
YUV 203.28 29.08 163.46 -
System Red Green Blue C M Y K H S L
Decimal 253 212 28 0 0.16 0.89 0.01 49.07 0.98 0.55
Hex FD D4 1C 0 10 59 1 31 62 37
Octal 375 324 34 0 20 131 1 61 142 67
Binary 11111101 11010100 11100 0 10000 1011001 1 110001 1100010 110111

Color Harmonies of #FDD41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD41C

Black with #FDD41C

Text Example


Text Example

White with #FDD41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD41C; }

 p { color: rgb(253,212,28); }

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

background-color css

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

 a { background-color: rgb(253,212,28); }

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

border-color css

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

 span { border-color: rgb(253,212,28); }

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