Html Css Color HEX #FFD424 Turbo

📋 copy color: '#FFD424'

red 255 ◦ green 212 ◦ blue 36

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

Shades of Turbo #FFD424

Tints of Turbo #FFD424

RGB

 RED value IS 255 (100% from 255) = 50.7%

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

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

R = 50.7%
G = 42.15%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFD424 (or 0xFFD424) is known color: Turbo. HEX triplet: FF, D4 and 24. RGB value is (255,212,36). Sum of RGB (Red+Green+Blue) = 255+212+36=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 36 (14.45% from 255 or 7.16% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD424 is #002BDB. Grayscale: #CDCDCD. Windows color (decimal): -11228 or 2413823. OLE color: 2413823.

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

Color convert

RGB 255 212 36 -
CMYK 0 0.17 0.86 0
HSL 48.22º 1% 0.57% -
HSV(B) 48.22º 0.86% 1% -
XYZ 65.1 68.47 11.45 -
YUV 204.79 32.75 163.81 -
System Red Green Blue C M Y K H S L
Decimal 255 212 36 0 0.17 0.86 0 48.22 1 0.57
Hex FF D4 24 0 11 56 0 30 64 39
Octal 377 324 44 0 21 126 0 60 144 71
Binary 11111111 11010100 100100 0 10001 1010110 0 110000 1100100 111001

Color Harmonies of #FFD424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD424

Black with #FFD424

Text Example


Text Example

White with #FFD424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD424; }

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

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

background-color css

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

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

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

border-color css

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

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

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