Html Css Color HEX #FFD417 Turbo

📋 copy color: '#FFD417'

red 255 ◦ green 212 ◦ blue 23

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

Shades of Turbo #FFD417

Tints of Turbo #FFD417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.69%

R = 52.04%
G = 43.27%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFD417 (or 0xFFD417) is known color: Turbo. HEX triplet: FF, D4 and 17. RGB value is (255,212,23). Sum of RGB (Red+Green+Blue) = 255+212+23=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 23 (9.38% from 255 or 4.69% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD417 is #002BE8. Grayscale: #CCCCCC. Windows color (decimal): -11241 or 1561855. OLE color: 1561855.

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

Color convert

RGB 255 212 23 -
CMYK 0 0.17 0.91 0
HSL 48.88º 1% 0.55% -
HSV(B) 48.88º 0.91% 1% -
XYZ 64.94 68.41 10.59 -
YUV 203.31 26.25 164.87 -
System Red Green Blue C M Y K H S L
Decimal 255 212 23 0 0.17 0.91 0 48.88 1 0.55
Hex FF D4 17 0 11 5B 0 31 64 37
Octal 377 324 27 0 21 133 0 61 144 67
Binary 11111111 11010100 10111 0 10001 1011011 0 110001 1100100 110111

Color Harmonies of #FFD417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD417

Black with #FFD417

Text Example


Text Example

White with #FFD417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD417; }

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

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

background-color css

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

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

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

border-color css

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

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

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