Html Css Color HEX #FDD41E Turbo

📋 copy color: '#FDD41E'

red 253 ◦ green 212 ◦ blue 30

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

Shades of Turbo #FDD41E

Tints of Turbo #FDD41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.06%

R = 51.11%
G = 42.83%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDD41E (or 0xFDD41E) is known color: Turbo. HEX triplet: FD, D4 and 1E. RGB value is (253,212,30). Sum of RGB (Red+Green+Blue) = 253+212+30=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD41E is #022BE1. Grayscale: #CCCCCC. Windows color (decimal): -142306 or 2020605. OLE color: 2020605.

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

Color convert

RGB 253 212 30 -
CMYK 0 0.16 0.88 0.01
HSL 48.97º 0.98% 0.55% -
HSV(B) 48.97º 0.88% 0.99% -
XYZ 64.29 68.06 10.98 -
YUV 203.51 30.08 163.3 -
System Red Green Blue C M Y K H S L
Decimal 253 212 30 0 0.16 0.88 0.01 48.97 0.98 0.55
Hex FD D4 1E 0 10 58 1 31 62 37
Octal 375 324 36 0 20 130 1 61 142 67
Binary 11111101 11010100 11110 0 10000 1011000 1 110001 1100010 110111

Color Harmonies of #FDD41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD41E

Black with #FDD41E

Text Example


Text Example

White with #FDD41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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