Html Css Color HEX #FDD424 Turbo

📋 copy color: '#FDD424'

red 253 ◦ green 212 ◦ blue 36

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

Shades of Turbo #FDD424

Tints of Turbo #FDD424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.19%

R = 50.5%
G = 42.32%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDD424 (or 0xFDD424) is known color: Turbo. HEX triplet: FD, D4 and 24. RGB value is (253,212,36). Sum of RGB (Red+Green+Blue) = 253+212+36=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 36 (14.45% from 255 or 7.19% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD424 is #022BDB. Grayscale: #CCCCCC. Windows color (decimal): -142300 or 2413821. OLE color: 2413821.

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

Color convert

RGB 253 212 36 -
CMYK 0 0.16 0.86 0.01
HSL 48.66º 0.98% 0.57% -
HSV(B) 48.66º 0.86% 0.99% -
XYZ 64.37 68.1 11.42 -
YUV 204.2 33.08 162.81 -
System Red Green Blue C M Y K H S L
Decimal 253 212 36 0 0.16 0.86 0.01 48.66 0.98 0.57
Hex FD D4 24 0 10 56 1 31 62 39
Octal 375 324 44 0 20 126 1 61 142 71
Binary 11111101 11010100 100100 0 10000 1010110 1 110001 1100010 111001

Color Harmonies of #FDD424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD424

Black with #FDD424

Text Example


Text Example

White with #FDD424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD424; }

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

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

background-color css

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

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

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

border-color css

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

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

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